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 3
3
## node-oracledb v1.4.0 (DD Mon YYYY)
4
4
5
5
- Upgrade NAN dependency to version 2 allowing node-oracledb to build
6
- with Node 4.
6
+ with Node 4 and 5 .
7
7
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 )
9
13
10
14
## node-oracledb v1.3.0 (15 Oct 2015)
11
15
17
21
18
22
- Fixed null output from DML RETURNING with Oracle Database 11.2 when the string is of size 4000.
19
23
20
- - Fixed default bind direction to be BIND_IN.
24
+ - Fixed default bind direction to be ` BIND_IN ` .
21
25
22
26
## node-oracledb v1.2.0 (25 Sep 2015)
23
27
You can’t perform that action at this time.
0 commit comments