Skip to content

Commit 6bf77b0

Browse files
committed
Reorder and reword CHANGELOG
1 parent f04a8c8 commit 6bf77b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656

5757
- Added `username` as an alias for `user` in connection properties.
5858

59-
- Fixed use of `oracledb.NCLOB` in `fetchAsString`. See [Issue 1351](https://github.com/oracle/node-oracledb/issues/1351).
60-
6159
- Enhanced the numeric suffix feature (for duplicate SELECT column names when
6260
using `oracledb.OUT_FORMAT_OBJECT` mode) to also support nested cursors and
6361
REF CURSORS.
@@ -79,10 +77,9 @@
7977

8078
- Added a SODA
8179
[`hint()`](https://oracle.github.io/node-oracledb/doc/api.html#sodaoperationclasshint)
82-
SodaOperation method and equivalent hint option to SODA
80+
SodaOperation method and equivalent hint option to
8381
`sodaCollection.insertManyAndGet()`, `sodaCollection.insertOneAndGet()`,
84-
and `sodaCollection.saveAndGet()` to allow monitoring and passing hints to
85-
SODA.
82+
and `sodaCollection.saveAndGet()` to allow monitoring and passing hints.
8683

8784
- Fixed crashes seen with Worker threads ([ODPI-C
8885
change](https://github.com/oracle/odpi/commit/09da0065409702cc28ba622951ca999a6b77d0e9)).
@@ -91,6 +88,9 @@
9188
`executeMany()` that require the connection, for example accessing database
9289
objects or streaming LOBs.
9390

91+
- Fixed use of `oracledb.NCLOB` in `fetchAsString`. See [Issue
92+
1351](https://github.com/oracle/node-oracledb/issues/1351).
93+
9494
- Test and documentation improvements.
9595

9696
## node-oracledb v5.1.0 (8 Dec 2020)

0 commit comments

Comments
 (0)