File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
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.
416
517## node-oracledb v1.4.0 (17 Nov 2015)
618
719- 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 .
921
1022- Fixed a cursor leak when statement execution fails.
1123
You can’t perform that action at this time.
0 commit comments