File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## node-oracledb v4.0.1 (DD MON YYYY )
3
+ ## node-oracledb v4.0.1 (19 Aug 2019 )
4
4
5
- ** This release is under development**
5
+ - Fixed a regression causing a segfault when setting ` oracledb.connectionClass `
6
+ and not creating a pool ([ ODPI-C change] ( https://github.com/oracle/odpi/commit/f945355f3e58e7337dd798cba0404ab5755f0692 ) ).
6
7
7
8
- Fixed a regression when enumerable properties were added to
8
9
` Object.prototype ` .
9
10
([ #1129 ] ( https://github.com/oracle/node-oracledb/issues/1129 ) ).
10
11
11
12
- Fixed a regression with missing ` metaData ` from ` connection.getStatementInfo() `
12
13
14
+ - Fixed crashes with spurious subscription (e.g. CQN) notifications, and when
15
+ unsubscribing an invalid subscription.
16
+
17
+ - A more meaningful error is returned when calling ` connection.subscribe() ` with
18
+ SQL that is not a SELECT statement ([ ODPI-C
19
+ change] ( https://github.com/oracle/odpi/commit/f95846bef6cf70e8114cbbb59ca04fbe2e7a3903 ) )
20
+
13
21
- Fixed passing DbObjects and JavaScript objects as the ` payload ` attribute for
14
22
AQ message enqueues when using an object queue.
15
23
18
26
19
27
- Fixed a compilation warning seen on Windows.
20
28
21
- - Improve portability of buildbinary.js, a package creation script. ( #1129 )
29
+ - Improve portability of buildbinary.js, a package creation script ( [ #1129 ] ( https://github.com/oracle/node-oracledb/issues/1129 ) ).
22
30
23
31
## node-oracledb v4.0.0 (25 Jul 2019)
24
32
You can’t perform that action at this time.
0 commit comments