File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 33## node-oracledb v1.4.0 (DD Mon YYYY)
44
55- Upgrade NAN dependency to version 2 allowing node-oracledb to build
6- with Node 4.
6+ with Node 4 and 5 .
77
8- - Fixed cursor leak when statements execution fails.
8+ - Fixed a cursor leak when statement execution fails.
9+
10+ - Fixed a crash when accessing Pool properties on Windows.
11+
12+ - Added a run-script 'testWindows' target for Windows testing. See [ test/README.md] ( test/README.md )
913
1014## node-oracledb v1.3.0 (15 Oct 2015)
1115
1721
1822- Fixed null output from DML RETURNING with Oracle Database 11.2 when the string is of size 4000.
1923
20- - Fixed default bind direction to be BIND_IN.
24+ - Fixed default bind direction to be ` BIND_IN ` .
2125
2226## node-oracledb v1.2.0 (25 Sep 2015)
2327
You can’t perform that action at this time.
0 commit comments