Skip to content

Commit c2af223

Browse files
committed
3.2.1
* add support for DOWNLOAD_CLIDRIVER environment variable (Bimal Jha) * fix: catch unhandled exception for conn.prepare, issue #925 (Bimal Jha) * correct db2 lib path for macos electron binary, ibmdb/vscode-extension#61 (Bimal Jha)
1 parent 68b4197 commit c2af223

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2023-05-21, Version 3.2.1
2+
=========================
3+
4+
* add support for DOWNLOAD_CLIDRIVER environment variable (Bimal Jha)
5+
6+
* fix: catch unhandled exception for conn.prepare, issue #925 (Bimal Jha)
7+
8+
* correct db2 lib path for macos electron binary, https://github.com/ibmdb/vscode-extension/issues/61 (Bimal Jha)
9+
10+
111
2023-05-07, Version 3.2.0
212
=========================
313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm_db",
33
"description": "IBM DB2 and IBM Informix bindings for node",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"main": "lib/odbc.js",
66
"homepage": "https://github.com/ibmdb/node-ibm_db/",
77
"repository": {

0 commit comments

Comments
 (0)