|
5 | 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 |
| -- Added code to capture the [error |
9 |
| - stack](https://oracle.github.io/node-oracledb/doc/api.html#properrstack). PR #1467 |
10 |
| - (Slawomir Osoba). |
11 |
| - |
12 | 8 | - Added support for [token based
|
13 | 9 | authentication](https://oracle.github.io/node-oracledb/doc/api.html#tokenbasedauth)
|
14 | 10 | when establishing pool based connections and standalone connections.
|
15 | 11 |
|
| 12 | +- Added code to capture the [error |
| 13 | + stack](https://oracle.github.io/node-oracledb/doc/api.html#properrstack). PR #1467 |
| 14 | + (Slawomir Osoba). |
| 15 | + |
16 | 16 | - Added code to keep the method name in internally bound functions.
|
17 | 17 | PR #1466 (Slawomir Osoba).
|
18 | 18 |
|
|
22 | 22 |
|
23 | 23 | - Added missing support for binding as `oracledb.DB_TYPE_BINARY_INTEGER`.
|
24 | 24 |
|
25 |
| -- Fixed crash with multiple |
| 25 | +- Fixed a crash using multiple |
26 | 26 | [DbObject](https://oracle.github.io/node-oracledb/doc/api.html#dbobjectclass)
|
27 | 27 | OUT binds ([Issue #1464](https://github.com/oracle/node-oracledb/issues/1464)).
|
28 | 28 |
|
29 | 29 | - Fixed calling `initOracleClient()` with TypeScript 4.4 ([Issue
|
30 | 30 | 1462](https://github.com/oracle/node-oracledb/issues/1462)).
|
31 | 31 |
|
32 |
| -- Fixed numeric suffix feature (for duplicate SELECT column names when using |
33 |
| - `oracledb.OUT_FORMAT_OBJECT` mode) when the column name is also a JavaScript |
34 |
| - property or method name. |
| 32 | +- Fixed the numeric suffix feature (for duplicate SELECT column names when |
| 33 | + using `oracledb.OUT_FORMAT_OBJECT` mode) when the column name is also a |
| 34 | + JavaScript property or method name. |
35 | 35 |
|
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`.
|
|
0 commit comments