|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## node-oracledb v2.0.14 Development (DD Mon YYYY) |
| 3 | +## node-oracledb v2.0.14 Development (20 Nov 2017) |
4 | 4 |
|
5 |
| -Note: 2.0.14-Development is a work in progress |
| 5 | +- Added infrastructure to /packge for creating binary installs. |
| 6 | + Updated INSTALL.md. |
6 | 7 |
|
7 |
| -- Upgraded NAN dependency from 2.5 to 2.7. |
| 8 | +- Improved validation for invalid attribute and parameter values. |
| 9 | + |
| 10 | +- In LOB binds, the bind "val" can now be a String when "type" is |
| 11 | + CLOB, and "val" can now be a Buffer when "type" is BLOB. |
| 12 | + |
| 13 | +- Changed binding.gyp message prefix from 'node-oracledb' to 'oracledb'. |
| 14 | + |
| 15 | +- Fix compiler warning with va_start |
| 16 | + |
| 17 | +- Eliminate memory leak when processing result sets containing LOBs |
| 18 | + that require more than one fetch operation (regression from v1). |
| 19 | + |
| 20 | +- Move fetch buffer allocation to reduce memory use for Result Sets |
| 21 | + (regression from v1). |
| 22 | + |
| 23 | +- Upgraded NAN dependency from 2.5 to 2.8. |
8 | 24 |
|
9 | 25 | - Updated ODPI-C submodule:
|
| 26 | + - Reinstate safe size limit for LOB bind to PL/SQL (node-oracledb regression from v1). |
10 | 27 | - Fix valgrind byte overrun when loading `libclntsh` from `$ORACLE_HOME`.
|
11 | 28 | - Do not prevent connections from being explicitly closed when a fatal error has taken place.
|
12 | 29 | - Eliminate race condition on initialization. Add finalization code.
|
@@ -158,6 +175,8 @@ Note: 2.0.14-Development is a work in progress
|
158 | 175 | - Empty arrays can now be used in PL/SQL Collection Associative Array
|
159 | 176 | (Index-by) binds.
|
160 | 177 |
|
| 178 | +- Database errors no longer have an extra newline. |
| 179 | + |
161 | 180 | - Upgraded NAN dependency from 2.5 to 2.6.
|
162 | 181 |
|
163 | 182 | ## node-oracledb v1.13.1 (12 Apr 2017)
|
|
0 commit comments