Skip to content

Commit

Permalink
Merged in abmusse/am-nodejs-idb-connector/docs (pull request #11)
Browse files Browse the repository at this point in the history
Add missing bind indicator for NULL
  • Loading branch information
abmusse authored and dmabupt committed Jan 23, 2019
2 parents c20f37c + 9358ba2 commit 5ac5dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/db2a.js
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,7 @@ module.exports.INOUT = SQL_PARAM_INPUT_OUTPUT;
module.exports.CLOB = 0;
module.exports.CHAR = 1;
module.exports.INT = 2;
module.exports.NULL = 3;
module.exports.NUMERIC = 4;
module.exports.BOOLEAN = 5;
module.exports.BLOB = SQL_BLOB;
Expand Down

0 comments on commit 5ac5dba

Please sign in to comment.