@@ -6701,20 +6701,20 @@ await pool.reconfigure({poolMin: 5, poolMax: 10, increment: 5});
6701
6701
The `oracledb.createPool()` properties that can be changed with
6702
6702
`pool.reconfigure()` are:
6703
6703
6704
- Property |
6705
- ----------------------------------------------------|
6706
- [`enableStatistics`](#createpoolpoolattrsstats)
6707
- [`poolIncrement`](#createpoolpoolattrspoolincrement)
6708
- [`poolMax`](#createpoolpoolattrspoolmax)
6709
- [`poolMaxPerShard`](#createpoolpoolattrspoolmaxpershard)
6710
- [`poolMin`](#createpoolpoolattrspoolmin)
6711
- [`poolPingInterval`](#createpoolpoolattrspoolpinginterval)
6712
- [`poolTimeout`](#createpoolpoolattrspooltimeout)
6713
- [`queueMax`](#createpoolpoolattrsqueuemax)
6714
- [`queueRequests`](#createpoolpoolattrsqueuerequests)
6715
- [`queueTimeout`](#createpoolpoolattrsqueuetimeout)
6716
- [`sodaMetaDataCache`](#createpoolpoolattrssodamdcache)
6717
- [`stmtCacheSize`](#createpoolpoolattrsstmtcachesize)
6704
+ Property |
6705
+ ------------------------------------------------------------ |
6706
+ [`enableStatistics`](#createpoolpoolattrsstats) |
6707
+ [`poolIncrement`](#createpoolpoolattrspoolincrement) |
6708
+ [`poolMax`](#createpoolpoolattrspoolmax) |
6709
+ [`poolMaxPerShard`](#createpoolpoolattrspoolmaxpershard) |
6710
+ [`poolMin`](#createpoolpoolattrspoolmin) |
6711
+ [`poolPingInterval`](#createpoolpoolattrspoolpinginterval) |
6712
+ [`poolTimeout`](#createpoolpoolattrspooltimeout) |
6713
+ [`queueMax`](#createpoolpoolattrsqueuemax) |
6714
+ [`queueRequests`](#createpoolpoolattrsqueuerequests) |
6715
+ [`queueTimeout`](#createpoolpoolattrsqueuetimeout) |
6716
+ [`sodaMetaDataCache`](#createpoolpoolattrssodamdcache) |
6717
+ [`stmtCacheSize`](#createpoolpoolattrsstmtcachesize) |
6718
6718
6719
6719
A `resetStatistics` property can also be set to *true*. This zeros the
6720
6720
current pool statistics, with the exception of `queueMax` which is set to
@@ -6751,7 +6751,7 @@ This class was added in node-oracledb 5.3.
6751
6751
6752
6752
### <a name="poolstatisticsmethods"></a> 9.1 PoolStatistics Methods
6753
6753
6754
- #### <a name="poolstatisticslog "></a> 9.1.1 `poolstatistics.logStatistics()`
6754
+ #### <a name="poolstatisticslogstatistics "></a> 9.1.1 `poolstatistics.logStatistics()`
6755
6755
6756
6756
##### Prototype
6757
6757
@@ -16296,8 +16296,9 @@ SQL> SELECT UNIQUE sid, client_driver
16296
16296
33 node-oracledb : 5.0.0
16297
16297
```
16298
16298
16299
- If a [`oracledb.initOracleClient()`](#odbinitoracleclient) call specified
16300
- the `driverName`, then that value will be shown.
16299
+ The [`oracledb.initOracleClient()`](#odbinitoracleclient) attribute
16300
+ `driverName` can be used to override the value that will be shown in the
16301
+ `CLIENT_DRIVER` column.
16301
16302
16302
16303
Note if [`oracledb.connectionClass`](#propdbconclass) is set for a
16303
16304
non-pooled connection, the `CLIENT_DRIVER` value will not be set for
0 commit comments