File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33## node-oracledb v5.4.0 (9 Jun 2022)
44
5- - Stated compatibility is now for Node.js 14, 16 and 18, though older releases
5+ - Stated compatibility is now for Node.js 14, 16 and 18. Older releases
66 back to Node.js 10.16 should still work.
77
88- Added code to capture the [ error
9- stack] ( https://oracle.github.io/node-oracledb/doc/api.html#properrstack ) . PR #1467
9+ stack] ( https://oracle.github.io/node-oracledb/doc/api.html#properrstack ) . PR #1467
1010 (Slawomir Osoba).
1111
1212- Added support for [ token based
3636- Fixed binding string or buffer data when explicitly specifying the type as
3737 ` oracledb.DB_TYPE_BLOB ` , ` oracledb.DB_TYPE_CLOB ` or ` oracledb.DB_TYPE_NCLOB ` .
3838
39+ - Fixed a crash when certain errors occur during binding. ([ ODPI-C
40+ change] ( https://github.com/oracle/odpi/commit/13899afcbdf51998863d48752debc3f239f3d655 ) ).
41+
42+ - Fixed a bug causing ORA-25263 when dequeuing a message with a specific
43+ message ID. ([ ODPI-C
44+ change] ( https://github.com/oracle/odpi/commit/68c438dd3b779e8f5eb146a0762d6cd149cdf9f1 ) ).
45+
3946## node-oracledb v5.3.0 (22 Oct 2021)
4047
4148- Added a
You can’t perform that action at this time.
0 commit comments