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 2
2
3
3
## node-oracledb v5.4.0 (9 Jun 2022)
4
4
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
6
6
back to Node.js 10.16 should still work.
7
7
8
8
- 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
10
10
(Slawomir Osoba).
11
11
12
12
- Added support for [ token based
36
36
- Fixed binding string or buffer data when explicitly specifying the type as
37
37
` oracledb.DB_TYPE_BLOB ` , ` oracledb.DB_TYPE_CLOB ` or ` oracledb.DB_TYPE_NCLOB ` .
38
38
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
+
39
46
## node-oracledb v5.3.0 (22 Oct 2021)
40
47
41
48
- Added a
You can’t perform that action at this time.
0 commit comments