mysql-simple-query
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "mysql-simple-query", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Simple query wrapper for mysql-promise to make querying, inserting, updating, and deleting easier for developers.", | ||
@@ -5,0 +5,0 @@ "main": "mysqlSimpleQuery.js", |
@@ -55,3 +55,3 @@ const dbQuery = require('./util/dbQuery'); | ||
whereBetween(key, value) { | ||
this.whereLikeStatement[key] = value; | ||
this.whereBetweenStatement[key] = value; | ||
} | ||
@@ -58,0 +58,0 @@ |
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
28670