mysql-transactions
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,5 @@ | ||
### august 19, 2013 / 0.0.3 | ||
* fixed `Error: Cannot enqueue Handshake after invoking quit.` | ||
### august 15th, 2013 / 0.0.2 | ||
@@ -2,0 +6,0 @@ * simplified the readme |
@@ -18,3 +18,3 @@ /* | ||
_connection: mysql.createConnection(mysqlOpts), | ||
_connection: null, | ||
@@ -24,2 +24,4 @@ | ||
this._connection = mysql.createConnection(mysqlOpts); | ||
this._connection.connect(); | ||
@@ -26,0 +28,0 @@ |
{ | ||
"name": "mysql-transactions", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Use SQL transactions with node-mysql", | ||
@@ -5,0 +5,0 @@ "main": "index.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
4003
35