File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,11 @@ Thin Mode Changes
20
20
#) Improve error message when an internal error handler fails and a connection
21
21
is no longer usable.
22
22
23
- #) Fixed bug where NJS-112 is thrown intermittently with some connections.
23
+ #) Fixed bug where NJS-112 is thrown intermittently with some connections.
24
+
25
+ #) Fixed bug where DRCP connections from pool result in NUM_MISSES values to
26
+ increase instead of NUM_HITS in v$cpool_stats view by default. This fix
27
+ optimizes the use of DRCP connections.
24
28
25
29
node-oracledb `v6.0.2 <https://github.com/oracle/node-oracledb/compare/v6.0.1...v6.0.2 >`__ (27 Jun 2023)
26
30
--------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ module.exports = {
41
41
constants . VERSION_MINOR << 20 |
42
42
constants . VERSION_PATCH << 12 ,
43
43
DRIVER_NAME : constants . DEFAULT_DRIVER_NAME + ' thn' ,
44
+ PURITY_DEFAULT : constants . PURITY_DEFAULT ,
45
+ PURITY_NEW : constants . PURITY_NEW ,
46
+ PURITY_SELF : constants . PURITY_SELF ,
44
47
SYSASM : constants . SYSASM ,
45
48
SYSBKP : constants . SYSBKP ,
46
49
SYSDBA : constants . SYSDBA ,
You can’t perform that action at this time.
0 commit comments