Comparing version 0.2.3 to 0.2.4
@@ -26,3 +26,4 @@ var When = require('when'); | ||
var dfd = When.defer(); | ||
var method = (builder.type === 'insert' || builder.type === 'update') ? 'run' : 'all'; | ||
var method = (builder.type === 'insert' || | ||
builder.type === 'update' || builder.type === 'delete') ? 'run' : 'all'; | ||
@@ -29,0 +30,0 @@ // If we have a debug flag set, console.log the query. |
@@ -1,2 +0,2 @@ | ||
// Knex.js 0.2.3 | ||
// Knex.js 0.2.4 | ||
// | ||
@@ -26,3 +26,3 @@ // (c) 2013 Tim Griesser | ||
// Keep in sync with package.json | ||
Knex.VERSION = '0.2.3'; | ||
Knex.VERSION = '0.2.4'; | ||
@@ -29,0 +29,0 @@ // Methods common to both the `Grammar` and `SchemaGrammar` interfaces, |
{ | ||
"name": "knex", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A query builder for Postgres, MySQL and SQLite3, designed to be flexible, portable, and fun to use.", | ||
@@ -5,0 +5,0 @@ "main": "knex.js", |
Sorry, the diff of this file is too big to display
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
211260
6332