@dialexa/knex-plus
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -33,3 +33,3 @@ "use strict"; | ||
let records = []; | ||
const dialect = lodash_get_1.default(this.knex, ['client', 'config', 'dialect'], 'sqlite3'); | ||
const dialect = lodash_get_1.default(this.knex, ['client', 'config', 'client'], 'sqlite3'); | ||
if (dialect === 'sqlite3') { | ||
@@ -36,0 +36,0 @@ const ids = yield this.qb.insert(obj); |
{ | ||
"name": "@dialexa/knex-plus", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A lightweight repository library powered by knex", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17686