Skip to content

Commit 0ba457b

Browse files
committed
Update Zongji to 0.3.2
* Fixes temporal types in MySQL >= 5.6.4
1 parent debc639 commit 0ba457b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql-live-select",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Live updating MySQL SELECT statements",
55
"main": "lib/LiveMysql.js",
66
"repository": "https://github.com/numtel/mysql-live-select",
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"mysql": "^2.5.4",
21-
"zongji": "^0.3.1"
21+
"zongji": "^0.3.2"
2222
},
2323
"devDependencies": {
2424
"nodeunit": "^0.9.0"

0 commit comments

Comments
 (0)