Skip to content

Commit

Permalink
Fixing issue when using the three-argument call on Query::execute()
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano committed Nov 8, 2011
1 parent 71f4d18 commit 3967b17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,10 @@ For more in depth changelog, check the Github Commits:

https://github.com/mariano/node-db-drizzle/commits/master

0.7.2
-----
* Fixing issue when using the three-argument call on Query::execute()

0.7.1
-----
* Fixing issue where numbers that are part of a string could be treated as pure numbers
Expand Down
2 changes: 1 addition & 1 deletion lib/node-db
Submodule node-db updated 2 files
+1 −1 query.cc
+8 −1 tests.js
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
, "description" : "Drizzle database bindings for Node.JS"
, "keywords": ["database","db","native","binding","library","plugin","client","drizzle","libdrizzle"]
, "homepage" : "http://nodejsdb.org/db-drizzle"
, "version" : "0.7.1"
, "version" : "0.7.2"
, "engines" : { "node" : ">=0.4.1" }
, "maintainers" :
[ { "name": "Mariano Iglesias"
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -11,7 +11,7 @@ from os.path import exists

srcdir = "."
blddir = "build"
VERSION = "0.7.1"
VERSION = "0.7.2"

def set_options(opt):
opt.tool_options("compiler_cxx")
Expand Down

0 comments on commit 3967b17

Please sign in to comment.