We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cab45 commit 0a4f41dCopy full SHA for 0a4f41d
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Change Log
2
3
+## node-oracledb v1.10.1 (21 Jul 2016)
4
+
5
+- Fixed a bug that prevented a null value to be passed from JavaScript into an IN OUT bind.
6
7
+- Fixed a memory leak introduced in 1.10 with REF CURSORs.
8
9
+- Fixed a memory leak in error handling paths when using REF CURSORs.
10
11
+- Made an internal change for queries selecting unsupported column types allowing them to report an error earlier.
12
13
+- Made an internal change to use std::string& for string lengths.
14
15
+- Fixed a compilation warning on Windows.
16
17
+- Added a mocha configuration file for the test suite.
18
19
## node-oracledb v1.10.0 (8 Jul 2016)
20
21
- Enhanced query and REF CURSOR metadata is available when a new
0 commit comments