node-querybuilder
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -1140,3 +1140,3 @@ class GenericQueryBuilder { | ||
if (Array.isArray(set)) { | ||
return this.insert_batch(table, set, ignore, suffix); | ||
return this._insert_batch(table, set, ignore, suffix); | ||
} | ||
@@ -1143,0 +1143,0 @@ |
{ | ||
"name": "node-querybuilder", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Kyle Farris <kyle@chomponllc.com>", | ||
"description": "Modeled after Codeigniter's QueryBuilder. Build and execute queries in a safe and database-agnostic way.", | ||
"keywords": "nodejs, node, mysql, active record, activerecord, querybuilder, query builder, codeigniter, postgres, mssql, mongo, sqlite, translator", | ||
"keywords": [ | ||
"nodejs", | ||
"node", | ||
"mysql", | ||
"active record", | ||
"activerecord", | ||
"querybuilder", | ||
"query builder", | ||
"codeigniter", | ||
"postgres", | ||
"mssql", | ||
"mongo", | ||
"sqlite", | ||
"translator" | ||
], | ||
"bugs": "https://github.com/kylefarris/node-querybuilder/issues", | ||
@@ -8,0 +22,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1651286