We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fa860 commit 899357cCopy full SHA for 899357c
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# idb-connector changelog
2
+## 1.2.15
3
+- [fix] Check for Javascript empty-string in bindParams
4
+- [feat] Set SQL_ATTR_NON_HEXCCSID by default (#136)
5
+
6
## 1.2.14
-- [dbstmt] fix: No error return on SQL_NO_DATA_FOUND (sync) (#146)
7
+- [fix] No error return on SQL_NO_DATA_FOUND (sync) (#146)
8
9
## 1.2.13
10
- [build] support Node.js v16 (#141)
package.json
@@ -1,6 +1,6 @@
{
"name": "idb-connector",
- "version": "1.2.14",
+ "version": "1.2.15",
"description": "A Node.js DB2 driver for IBM i",
"homepage": "https://github.com/IBM/nodejs-idb-connector",
"author": "IBM",
0 commit comments