mysql-robin
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -36,2 +36,5 @@ var Types = require('../constants/types'); | ||
//hacked by windyrobin ,for json don't support Date type | ||
return dateString; | ||
// Otherwise JS will assume the string to be in GMT rather than local | ||
@@ -38,0 +41,0 @@ // time which is not what we want here. We always try to treat date |
@@ -7,3 +7,3 @@ { | ||
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"repository": { | ||
@@ -10,0 +10,0 @@ "url": "" |
182958
4445