|
2 | 2 |
|
3 | 3 | ## node-oracledb v1.2.0 (DD Mon YYYY)
|
4 | 4 |
|
5 |
| -- Fixed a crash when selecting multiple rows with LOB values. |
6 |
| - |
7 |
| -- Added a check to return an NJS error when an invalid DML RETURN statement |
8 |
| - does not give an ORA error. |
9 |
| - |
10 | 5 | - Added support for RAW data type.
|
11 | 6 |
|
12 |
| -- Fixed intermittent crash while setting `fetchAsString`, and incorrect output while reading the value. |
| 7 | +- Added a `type` property to the Lob class to distinguish CLOB and BLOB types. |
13 | 8 |
|
14 | 9 | - Changed write-only attributes of Connection objects to work with `console.log()`. Note the attribute values will show as `null`. Refer to the documentation.
|
15 | 10 |
|
16 |
| -- Removed non-portable memory allocation for queries that return NULL. |
17 |
| - |
18 | 11 | - Added check to make sure `maxRows` is greater than zero for non-ResultSet queries.
|
19 | 12 |
|
20 |
| -- Fixed AIX-specific REF CURSOR related failures. |
| 13 | +- Improved installer messages for Oracle client header and library detection on Linux, OS X and Solaris. |
21 | 14 |
|
22 | 15 | - Optimized CLOB memory allocation to account for different database-to-client character set expansions.
|
23 | 16 |
|
24 | 17 | - Fixed a crash while reading a LOB from a closed connection
|
25 | 18 |
|
26 |
| -- Improved installer messages for Oracle client header and library detection on Linux, OS X and Solaris. |
| 19 | +- Fixed a crash when selecting multiple rows with LOB values. |
27 | 20 |
|
28 |
| -- Fixed encoding issues with several files that caused compilation warnings in some Windows environments. |
| 21 | +- Corrected the order of Stream 'end' and 'close' events when reading a LOB. |
29 | 22 |
|
30 |
| -- Added a `type` property to the Lob class to distinguish CLOB and BLOB types. |
| 23 | +- Fixed AIX-specific REF CURSOR related failures. |
31 | 24 |
|
32 |
| -- Corrected the order of Stream 'end' and 'close' events when reading a LOB. |
| 25 | +- Fixed intermittent crash while setting `fetchAsString`, and incorrect output while reading the value. |
| 26 | + |
| 27 | +- Added a check to return an NJS error when an invalid DML RETURN statement does not give an ORA error. |
| 28 | + |
| 29 | +- Removed non-portable memory allocation for queries that return NULL. |
| 30 | + |
| 31 | +- Fixed encoding issues with several files that caused compilation warnings in some Windows environments. |
33 | 32 |
|
34 | 33 | - Made installation halt sooner for Node.js versions currently known to be unusable.
|
35 | 34 |
|
|
0 commit comments