Skip to content

Commit 1f248f4

Browse files
committed
Bump ODPI-C
1 parent 61914c6 commit 1f248f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
using `oracledb.OUT_FORMAT_OBJECT` mode) to also support nested cursors and
4545
REF CURSORS.
4646

47+
- Added support for caching the database version number in pooled connections
48+
with Oracle Client 19 and earlier (later Oracle Clients handle this caching
49+
internally). This optimization eliminates a round-trip previously often
50+
required when reusing a pooled connection. ([ODPI-C
51+
change](https://github.com/oracle/odpi/commit/87268e832363083c1e228922ee11e2fa7aaf8880)).
52+
4753
- [SODA](https://oracle.github.io/node-oracledb/doc/api.html#sodaoverview) changes:
4854

4955
- Added [SODA metadata

0 commit comments

Comments
 (0)