File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 20
20
session resource limits (e.g. ORA-02396), or are explicitly closed
21
21
by DBAs (e.g. ORA-00028). (ODPI-C change).
22
22
23
- - Removed the ` queueRequests ` property and altered the internal pool
24
- connection acquisition logic to work better with Oracle 18c pool
25
- changes . Now ` pool.getConnection() ` calls are always queued if the
23
+ - Removed the connection pool
24
+ [ ` queueRequests ` ] ( https://oracle.github.io/node-oracledb/doc/api.html#propdbqueuerequests )
25
+ property . Now ` pool.getConnection() ` calls are always queued if the
26
26
pool is fully in use.
27
27
28
+ - Altered the internal ` pool.getConnection() ` logic to work better
29
+ with Oracle client 18 library pool changes and retain backward
30
+ compatibility with older Oracle clients. This prevents
31
+ ` pool.getConnection() ` returning ORA-24418 when the connection pool
32
+ needs to grow and Oracle client 18 libraries are being used.
33
+
28
34
- Unused properties in objects such as the ` execute() ` result are no
29
35
longer set. Previously some were set to ` undefined ` .
30
36
You can’t perform that action at this time.
0 commit comments