We've pushed out a patch release of node-oracledb toGitHub and NPM. It has a bind fix that didn't land in time for1.10.0. A memory leak regression with REF CURSORs was also fixed, aswas a pre-existing memory leak in the unexpected case of a REF CURSORfailure.
The changes in node-oracledb 1.10.1 are:Fixed a bug that prevented a null value being passed from JavaScript into an IN OUT bind.
Fixed a memory leak introduced in 1.10 with REF CURSORs.
Fixed an existing memory leak problem if an error happens when fetching REF CURSORs.
Added a mocha configuration file for the test suite. The test suite README has updated instructions on how to add tests.
As a side effect, the tests now run in numeric order.
A couple of other internal improvements are shown in the CHANGELOG.
ResourcesIssues and questions about node-oracledb can be posted on GitHub.Your input helps us schedule work on the add-on. Drop us a line!
Node-oracledb installation instructions are here.
Node-oracledb API and user documentation is here.