File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## node-oracledb v1.5.0 (DD Mon YYYY)
3
+ ## node-oracledb v1.5.0 (21 Dec 2015)
4
+
5
+ - Treat Oracle Database 'Success With Info' warnings as success.
6
+
7
+ - Extend rollback-on-connection-release with 11g Oracle Clients to occur for all non-query executions. (Not needed with 12c clients).
8
+
9
+ - Updated OS X install instructions to work on El Capitan.
10
+
11
+ - Display an error and prevent connection release while database calls are in progress.
12
+
13
+ - Fixed intermittent crash while selecting data from CLOB column.
14
+
15
+ - Fixed crash when trying to set invalid values for connection properties.
4
16
5
17
## node-oracledb v1.4.0 (17 Nov 2015)
6
18
7
19
- Upgraded NAN dependency to version 2 allowing node-oracledb to build
8
- with Node 0.10, 0.12, 4 and 5. Note: a compiler supporting C++11 is now required.
20
+ with Node 0.10, 0.12, 4 and 5. Note: a compiler supporting C++11 is required to build with Node 4.2 and 5 .
9
21
10
22
- Fixed a cursor leak when statement execution fails.
11
23
You can’t perform that action at this time.
0 commit comments