File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
** This release is under development and information may be incomplete**
6
6
7
- - Added code to capture the error stack. PR #1467 (Slawomir Osoba)
7
+ - Added code to capture the [ error
8
+ stack] ( https://oracle.github.io/node-oracledb/doc/api.html#properrstack ) . PR #1467
9
+ (Slawomir Osoba).
8
10
9
11
- Added code to keep the method name in internally bound functions.
10
- PR #1466 (Slawomir Osoba)
12
+ PR #1466 (Slawomir Osoba).
11
13
12
- - Added code to handle multiple out-binds with ([ DbObject] ( https://oracle.github.io/node-oracledb/doc/api.html#dbobjectclass ) ) correctly, earlier only
13
- the first one was processed and was resulting in a crash.
14
- ([ Issue #1464 ] ( https://github.com/oracle/node-oracledb/issues/1464 ) )
15
-
16
- - Added a [ ` connection.isHealthy() ` ] ( https://oracle.github.io/node-oracledb/doc/api.html#ishealthy )
17
- function to perform a local connection health check
14
+ - Added a
15
+ [ ` connection.isHealthy() ` ] ( https://oracle.github.io/node-oracledb/doc/api.html#ishealthy )
16
+ function to perform a local connection health check.
18
17
19
18
- Added missing support for binding as ` oracledb.DB_TYPE_BINARY_INTEGER ` .
20
19
20
+ - Fixed crash with multiple
21
+ [ DbObject] ( https://oracle.github.io/node-oracledb/doc/api.html#dbobjectclass )
22
+ OUT binds ([ Issue #1464 ] ( https://github.com/oracle/node-oracledb/issues/1464 ) ).
23
+
21
24
- Fixed calling ` initOracleClient() ` with TypeScript 4.4 ([ Issue
22
25
1462] ( https://github.com/oracle/node-oracledb/issues/1462 ) ).
23
26
You can’t perform that action at this time.
0 commit comments