File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
57
57
- Added ` username ` as an alias for ` user ` in connection properties.
58
58
59
- - Fixed use of ` oracledb.NCLOB ` in ` fetchAsString ` . See [ Issue 1351] ( https://github.com/oracle/node-oracledb/issues/1351 ) .
60
-
61
59
- Enhanced the numeric suffix feature (for duplicate SELECT column names when
62
60
using ` oracledb.OUT_FORMAT_OBJECT ` mode) to also support nested cursors and
63
61
REF CURSORS.
79
77
80
78
- Added a SODA
81
79
[ ` 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
83
81
` 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.
86
83
87
84
- Fixed crashes seen with Worker threads ([ ODPI-C
88
85
change] ( https://github.com/oracle/odpi/commit/09da0065409702cc28ba622951ca999a6b77d0e9 ) ).
91
88
` executeMany() ` that require the connection, for example accessing database
92
89
objects or streaming LOBs.
93
90
91
+ - Fixed use of ` oracledb.NCLOB ` in ` fetchAsString ` . See [ Issue
92
+ 1351] ( https://github.com/oracle/node-oracledb/issues/1351 ) .
93
+
94
94
- Test and documentation improvements.
95
95
96
96
## node-oracledb v5.1.0 (8 Dec 2020)
You can’t perform that action at this time.
0 commit comments