Skip to content

Commit bcdb442

Browse files
committed
Note ODPI-C fixes
1 parent d28791d commit bcdb442

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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
@@ -36,6 +36,13 @@
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

0 commit comments

Comments
 (0)