File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
** This release is under development**
6
6
7
+ - Fixed a [ regression] ( https://github.com/oracle/node-oracledb/issues/1152 ) when
8
+ binding dates with alternative JavaScript frameworks.
9
+
7
10
- Fixed a JavaScript memory leak when getting Oracle Database named type
8
11
information, such as with ` getDbObjectClass() ` .
9
12
10
- - Revert the
13
+ - Corrected support for PLS_INTEGER and BINARY_INTEGER types when used in PL/SQL
14
+ records ([ ODPI-C
15
+ change] ( https://github.com/oracle/odpi/commit/4e80a81257ce6e1066f4f6242fed533eaed45753 ) ).
16
+
17
+ - Reverted the
11
18
[ ` events ` ] ( https://oracle.github.io/node-oracledb/doc/api.html#propdbevents )
12
- default back to pre-4.0 behavior due to timeouts in some environments. It is
13
- now * false* again.
19
+ default back to pre-4.0 behavior due to connection creation timeouts in some
20
+ environments. It is now * false* again.
21
+
22
+ - Error changes:
23
+
24
+ - Enforce only one of ` connectString ` or ` connectionString ` being used for
25
+ connection.
26
+
27
+ - Improved some error messages.
28
+
29
+ - Refactored implementation of function argument checking.
14
30
15
- - Correct support for PLS_INTEGER and BINARY_INTEGER types when used in PL/SQL records (ODPI-C change) .
31
+ - Test and documentation improvements .
16
32
17
33
## node-oracledb v4.0.1 (19 Aug 2019)
18
34
You can’t perform that action at this time.
0 commit comments