Skip to content

Commit 899357c

Browse files
committed
Proposal of v1.2.15
1 parent 46fa860 commit 899357c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# 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+
26
## 1.2.14
3-
- [dbstmt] fix: No error return on SQL_NO_DATA_FOUND (sync) (#146)
7+
- [fix] No error return on SQL_NO_DATA_FOUND (sync) (#146)
48

59
## 1.2.13
610
- [build] support Node.js v16 (#141)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idb-connector",
3-
"version": "1.2.14",
3+
"version": "1.2.15",
44
"description": "A Node.js DB2 driver for IBM i",
55
"homepage": "https://github.com/IBM/nodejs-idb-connector",
66
"author": "IBM",

0 commit comments

Comments
 (0)