Skip to content

Releases: IBM/nodejs-idb-connector

1.2.0

28 May 08:45
Compare
Choose a tag to compare
  • Use N-API versions for build (one binary for all Node.js)
  • Patch to allow binding null values (#75)
  • Add Node.js v12 support
  • Remove Node.js v6 support

1.1.10

08 Apr 02:00
Compare
Choose a tag to compare
  • Retrieve data when SQLFetch return SQL_SUCCESS_WITH_INFO(#71)
  • Add the SQLCLI dependencies for developement build(#69)
  • Update example code for eslint(#60)

1.1.9

25 Feb 03:01
Compare
Choose a tag to compare
  • Guard bindings.gyp and build dummy when not on IBM i(#58)
  • Clearly state it is not usable on any platform except IBM i(#57)

1.1.8

25 Jan 07:54
Compare
Choose a tag to compare
  • Skip build unless installing on IBM i(#54)
  • Moved the repository to GitHub

1.1.7

24 Jan 21:35
Compare
Choose a tag to compare
  • Fixed the connection failure(#52) with user/password provided
  • Updated some test cases

1.1.6

24 Jan 21:36
Compare
Choose a tag to compare
  • Added alias shorthands for use during bindParams()
  • Added Add checks for value, io type and bindIndicator during bindParams()
  • Return null instead of empty [] when output params are not present, during execute()
  • Updated examples, API reference and test cases

1.1.5

24 Jan 21:37
Compare
Choose a tag to compare
  • Refined docs and trace for scrollable cursor
  • Added a new API stmt.getStmtDiag() as alias of stmt.stmtError()
  • Added CHANGLOG.md
  • Made buffer bigger for some unicode characters

1.1.4

24 Jan 21:40
Compare
Choose a tag to compare
  • Added test cases for the callback in dbconn.conn()
  • Updated examples with ES6 syntax
  • Required dep "node-pre-gyp" 0.11.0 and above

1.1.3

24 Jan 21:41
Compare
Choose a tag to compare
  • Fixed the NAPI callback error in DbConn::Conn()
  • Ported and refined the API manual from "developerWorks"

1.1.2

24 Jan 21:44
Compare
Choose a tag to compare
  • Removed "node-gyp" from dependency list
  • Exposed data types symbols for params binding