Skip to content

Commit 4ba425e

Browse files
rollback node-mysql version
beta 9 breaks connection.end logic in the adapter
1 parent cb8d1e9 commit 4ba425e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"async": "~0.2.9",
2424
"underscore": "~1.5.2",
2525
"underscore.string": "~2.3.3",
26-
"mysql": "~2.0.0-alpha9"
26+
"mysql": "2.0.0-alpha8"
2727
},
2828
"devDependencies": {
2929
"mocha": "1.10.0",

0 commit comments

Comments
 (0)