File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## node-oracledb v3.1.2 (DD Mon YYYY )
3
+ ## node-oracledb v3.1.2 (22 Feb 2019 )
4
4
5
- This release is under development.
6
-
7
- - Fixed a bug that caused random CQN crashes ([ ODPI-C change] ( https://github.com/oracle/odpi/issues/96 ) ).
5
+ - Fixed a bug causing CQN crashes when multiple queries are registered
6
+ ([ ODPI-C change] ( https://github.com/oracle/odpi/issues/96 ) ).
8
7
9
8
- Fixed a CQN race condition to prevent a crash when a multiple
10
9
` conn.unsubscribe() ` calls are made on the same subscription.
11
10
12
- - Improve validation of ` executeMany() ` arguments to prevent a crash.
11
+ - Improved validation of ` executeMany() ` arguments to prevent a crash.
13
12
14
- - Use a relative URL for the ODPI-C submodule to make cloning from
15
- oss.oracle.com also use ODPI-C from oss.oracle.com
13
+ - Standardized error message for SODA ` createCollection() ` with
14
+ invalid metadata.
15
+
16
+ - Corrected the DPI-1050 error text displayed when the Oracle Client
17
+ libraries are too old ([ ODPI-C change] ( https://github.com/oracle/odpi/commit/d2fea3801286d054e18b0102e60a69907b7faa9a ) ).
16
18
17
19
- Allow ` npm run buildbinary ` to succeed even if ` git ` is not
18
20
available.
19
21
22
+ - Use a relative URL for the ODPI-C submodule to make cloning from
23
+ oss.oracle.com also use ODPI-C from oss.oracle.com
24
+
20
25
## node-oracledb v3.1.1 (25 Jan 2019)
21
26
22
27
- Rebuild npm package to resolve Linux binary build issue.
You can’t perform that action at this time.
0 commit comments