Nodejs Idb Connector Versions Save

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax

1.2.19

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/IBM/nodejs-idb-connector/compare/1.2.18...1.2.19

1.2.19-beta.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/IBM/nodejs-idb-connector/compare/1.2.18...1.2.19-beta.0

1.2.18

1 year ago
  • build: Fix the install failure with the lastest npm

1.2.17

1 year ago
  • build(deps): Update deps to latest version
  • build: Add package-lock.json
  • fix: Binding parameters issues (#157)
  • ci: Add npm publish action (#161)

1.2.16

2 years ago
  • [build] Fix EBADPLATFORM build error on Node 18 / Python 3.9
  • [build] Support Python 3.9 changes

1.2.15

2 years ago
  • [fix] Check for Javascript empty-string in bindParams
  • [feat] Set SQL_ATTR_NON_HEXCCSID by default (#136)

1.2.14

2 years ago
  • [fix] No error return on SQL_NO_DATA_FOUND (sync) (#146)

1.2.13

3 years ago
  • [build] support Node.js v16

1.2.12

3 years ago
  • [build] update dependencies' versions
  • [fix] stop setting error for SQL_NO_DATA_FOUND (#138)
  • [build] fix compiler warnings (#132)

1.2.11

3 years ago
  • [fix] UTF-8 data not properly formed error (#129)