File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,15 @@ Version 8.2.1 (June 2021)
12
12
13
13
#) Updated embedded ODPI-C to `version 4.2.1
14
14
<https://oracle.github.io/odpi/doc/releasenotes.html#
15
- version-4-2-1-tbd> `__.
15
+ version-4-2-1-june-1-2021> `__.
16
+ #) Added support for caching the database version in pooled connections with
17
+ Oracle Client 19 and earlier (later Oracle Clients handle this caching
18
+ internally). This optimization eliminates a round-trip previously often
19
+ required when reusing a pooled connection.
20
+ #) Fixed a regression with error messages when creating a connection fails.
16
21
#) Fixed crash when using the deprecated parameter name `keywordParameters `
17
22
with :meth: `Cursor.callproc() `.
18
- #) Improved test suite.
23
+ #) Improved documentation and the test suite.
19
24
20
25
21
26
Version 8.2 (May 2021)
You can’t perform that action at this time.
0 commit comments