Skip to content

Commit 044e63e

Browse files
committed
Order CHANGELOG with enhancements first
1 parent 641580d commit 044e63e

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,33 @@
22

33
## node-oracledb v1.2.0 (DD Mon YYYY)
44

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-
105
- Added support for RAW data type.
116

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.
138

149
- Changed write-only attributes of Connection objects to work with `console.log()`. Note the attribute values will show as `null`. Refer to the documentation.
1510

16-
- Removed non-portable memory allocation for queries that return NULL.
17-
1811
- Added check to make sure `maxRows` is greater than zero for non-ResultSet queries.
1912

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.
2114

2215
- Optimized CLOB memory allocation to account for different database-to-client character set expansions.
2316

2417
- Fixed a crash while reading a LOB from a closed connection
2518

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.
2720

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.
2922

30-
- Added a `type` property to the Lob class to distinguish CLOB and BLOB types.
23+
- Fixed AIX-specific REF CURSOR related failures.
3124

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.
3332

3433
- Made installation halt sooner for Node.js versions currently known to be unusable.
3534

0 commit comments

Comments
 (0)