Comparing version 0.2.5 to 0.2.6
@@ -99,2 +99,4 @@ var whenfn = require('when/function'); | ||
if (type === 'rollback') dfd.reject(msg || resp); | ||
}, function (err) { | ||
dfd.reject(err); | ||
}).ensure(function() { | ||
@@ -101,0 +103,0 @@ return ctx.releaseConnection(trans.connection).then(function() { |
@@ -1,2 +0,2 @@ | ||
// Knex.js 0.2.5 | ||
// Knex.js 0.2.6 | ||
// | ||
@@ -26,3 +26,3 @@ // (c) 2013 Tim Griesser | ||
// Keep in sync with package.json | ||
Knex.VERSION = '0.2.5'; | ||
Knex.VERSION = '0.2.6'; | ||
@@ -29,0 +29,0 @@ // Methods common to both the `Grammar` and `SchemaGrammar` interfaces, |
{ | ||
"name": "knex", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"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", |
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
211335
6334