Comparing version 2.4.2 to 2.4.3
@@ -7,2 +7,6 @@ # Changes | ||
## v2.4.3 (2014-08-25) | ||
* Fix `pool.query` to use `typeCast` configuration | ||
## v2.4.2 (2014-08-03) | ||
@@ -9,0 +13,0 @@ |
@@ -166,2 +166,6 @@ var mysql = require('../'); | ||
if (!(typeof sql === 'object' && 'typeCast' in sql)) { | ||
query.typeCast = this.config.connectionConfig.typeCast; | ||
} | ||
if (this.config.connectionConfig.trace) { | ||
@@ -168,0 +172,0 @@ // Long stack trace support |
{ | ||
"name": "mysql", | ||
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)", |
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
300261
5395