Skip to content

Commit

Permalink
2.6.4
Browse files Browse the repository at this point in the history
 * upd: windows binary (Bimal Jha)
 * upd: test file (Bimal Jha)
 * fix: remove deletion of local var, issue #610 (Bimal Jha)
 * fix: to insert null value using dynamic sql #604 (Bimal Jha)
 * fix: allocate one more byte for output params (Bimal Jha)
  • Loading branch information
bimalkjha committed Feb 20, 2020
1 parent f543aeb commit e33665f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2020-02-20, Version 2.6.4
=========================

* upd: windows binary (Bimal Jha)

* upd: test file (Bimal Jha)

* fix: remove deletion of local var, issue #610 (Bimal Jha)

* fix: to insert null value using dynamic sql #604 (Bimal Jha)

* fix: allocate one more byte for output params (Bimal Jha)


2019-12-11, Version 2.6.3
=========================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ibm_db",
"description": "IBM DB2 and IBM Informix bindings for node",
"version": "2.6.3",
"version": "2.6.4",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
Expand Down

0 comments on commit e33665f

Please sign in to comment.