Comparing version 1.0.1-alpha.5 to 1.0.1-alpha.6
@@ -48,2 +48,4 @@ /* SQB | ||
const ctx = {}; | ||
if (this.pool && this.pool.config) | ||
Object.assign(ctx, this.pool.config); | ||
if (options) | ||
@@ -50,0 +52,0 @@ Object.assign(ctx, options); |
{ | ||
"name": "sqb", | ||
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript", | ||
"version": "1.0.1-alpha.5", | ||
"version": "1.0.1-alpha.6", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
125462
4244