Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkr committed Apr 12, 2012
1 parent 48f625c commit 42be04d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Expand Up @@ -19,3 +19,7 @@
wrong (quoted) select fields wrong (quoted) select fields


0.0.6 0.0.6
* Implemented Informix Projection Clauses SKIP, FIRST, LIMIT

0.0.7
* New logic for implementing Informix Projection Clauses
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
, "csdk" , "csdk"
] ]
, "homepage": "https://github.com/amitkr/nodejs-db-informix" , "homepage": "https://github.com/amitkr/nodejs-db-informix"
, "version": "0.0.6" , "version": "0.0.7"
, "engines": { , "engines": {
"node" : ">=0.6.12" "node" : ">=0.6.12"
} }
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -10,7 +10,7 @@ from os import unlink, symlink, chdir, environ
from os.path import exists from os.path import exists


APPNAME = 'nodejs-db-informix' APPNAME = 'nodejs-db-informix'
VERSION = '0.0.6' VERSION = '0.0.7'


top = '.' top = '.'
out = 'build' out = 'build'
Expand Down

0 comments on commit 42be04d

Please sign in to comment.