Skip to content

Commit 288a9f2

Browse files
committed
Fixing precision with big numbers
1 parent 7fa9724 commit 288a9f2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ For more in depth changelog, check the Github Commits:
22

33
https://github.com/mariano/node-db-mysql/commits/master
44

5+
0.6.9
6+
-----
7+
* Fixing precision with big numbers
8+
59
0.6.8
610
-----
711
* Adding support for both node 0.4.x and 0.5.x

lib/node-db

Submodule node-db updated 1 file

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
, "description" : "MySQL database bindings for Node.JS"
33
, "keywords": ["database","db","native","binding","library","plugin","client","mysql","libmysql"]
44
, "homepage" : "http://nodejsdb.org/db-mysql"
5-
, "version" : "0.6.8"
5+
, "version" : "0.6.9"
66
, "engines" : { "node" : ">=0.4.1" }
77
, "maintainers" :
88
[ { "name": "Mariano Iglesias"

0 commit comments

Comments
 (0)