Skip to content

Commit 0a4f41d

Browse files
committed
Update CHANGELOG for 1.10.1
1 parent 41cab45 commit 0a4f41d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

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+
319
## node-oracledb v1.10.0 (8 Jul 2016)
420

521
- Enhanced query and REF CURSOR metadata is available when a new

0 commit comments

Comments
 (0)