Comparing version 3.4.1 to 3.4.2
@@ -43,2 +43,6 @@ /* SQB | ||
get supportsSchemas() { | ||
return !!this._metaOp.supportsSchemas; | ||
} | ||
invalidate() { | ||
@@ -58,3 +62,3 @@ /* istanbul ignore else */ | ||
* | ||
* @param {String} nameLike | ||
* @param {String} [nameLike] | ||
* @return {Promise} | ||
@@ -61,0 +65,0 @@ */ |
@@ -13,3 +13,2 @@ /* SQB | ||
const MetaDataTable = require('./TableMeta'); | ||
const Op = require('../sqb_ns').Op; | ||
@@ -16,0 +15,0 @@ /** |
{ | ||
"name": "sqb", | ||
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"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
120570
4435