mysql-simple-query
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -53,2 +53,6 @@ const dbQuery = require('./util/dbQuery'); | ||
whereBetween(key, value) { | ||
this.whereLikeStatement[key] = value; | ||
} | ||
parseWhere() { | ||
@@ -55,0 +59,0 @@ if (!isEmpty(this.whereStatement)) { |
{ | ||
"name": "mysql-simple-query", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Simple query wrapper for mysql-promise to make querying, inserting, updating, and deleting easier for developers.", | ||
@@ -5,0 +5,0 @@ "main": "mysqlSimpleQuery.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
28667
737