Comparing version 0.0.13 to 0.0.14
@@ -24,7 +24,6 @@ "use strict"; | ||
.option('-s, --sql', "show the sql instead of executing", false) | ||
.option('-w, --where [where...]', "a where clause added to the query. There is no syntax checking", false) | ||
.option('-w, --where [where...]', "a where clause added to the query. There is no syntax checking", []) | ||
// .allowUnknownOption ( true ) | ||
.version(version) | ||
.action((path, id, options) => { | ||
console.log('where', options.where); | ||
const errorsOrresult = (0, path_1.processPathString)(config.tables, path, id, options, options.plan, options.where); | ||
@@ -31,0 +30,0 @@ if ((0, utils_1.hasErrors)(errorsOrresult)) { |
{ | ||
"name": "db-auto", | ||
"description": "", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"main": "dist/index", | ||
@@ -24,9 +24,9 @@ "types": "dist/index", | ||
"commander": "^10.0.0", | ||
"@db-auto/oracle": "0.0.13", | ||
"@db-auto/mysql": "0.0.13", | ||
"@db-auto/tables": "0.0.13", | ||
"@db-auto/utils": "0.0.13", | ||
"@db-auto/files": "0.0.13", | ||
"@db-auto/mocks": "0.0.13", | ||
"@db-auto/environments": "0.0.13" | ||
"@db-auto/oracle": "0.0.14", | ||
"@db-auto/mysql": "0.0.14", | ||
"@db-auto/tables": "0.0.14", | ||
"@db-auto/utils": "0.0.14", | ||
"@db-auto/files": "0.0.14", | ||
"@db-auto/mocks": "0.0.14", | ||
"@db-auto/environments": "0.0.14" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
20326
349
+ Added@db-auto/environments@0.0.14(transitive)
+ Added@db-auto/files@0.0.14(transitive)
+ Added@db-auto/mocks@0.0.14(transitive)
+ Added@db-auto/mysql@0.0.14(transitive)
+ Added@db-auto/oracle@0.0.14(transitive)
+ Added@db-auto/tables@0.0.14(transitive)
+ Added@db-auto/utils@0.0.14(transitive)
- Removed@db-auto/environments@0.0.13(transitive)
- Removed@db-auto/files@0.0.13(transitive)
- Removed@db-auto/mocks@0.0.13(transitive)
- Removed@db-auto/mysql@0.0.13(transitive)
- Removed@db-auto/oracle@0.0.13(transitive)
- Removed@db-auto/tables@0.0.13(transitive)
- Removed@db-auto/utils@0.0.13(transitive)
Updated@db-auto/environments@0.0.14
Updated@db-auto/files@0.0.14
Updated@db-auto/mocks@0.0.14
Updated@db-auto/mysql@0.0.14
Updated@db-auto/oracle@0.0.14
Updated@db-auto/tables@0.0.14
Updated@db-auto/utils@0.0.14