File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ oracledb 2.0.0 (TBD)
13
13
Thin Mode Changes
14
14
+++++++++++++++++
15
15
16
- #) Internal changes to improve handling of protocol between database and
17
- client .
16
+ #) Internal changes to improve handling of the network protocol between
17
+ python-oracledb and Oracle Database .
18
18
#) Internal changes to improve handling of multiple address and description
19
19
lists in full connect descriptors.
20
20
@@ -33,7 +33,8 @@ Common Changes
33
33
associated with columns that are being fetched. SQL domains and annotations
34
34
require Oracle Database 23c. If using python-oracledb Thick mode, Oracle
35
35
Client 23c is also required.
36
- #) Added support for parsing the FAILOVER clause in full connect descriptors.
36
+ #) Added support for parsing the ``FAILOVER `` clause in full connect
37
+ descriptors.
37
38
38
39
39
40
oracledb 1.4.1 (September 2023)
@@ -51,8 +52,8 @@ Thin Mode Changes
51
52
Thick Changes
52
53
+++++++++++++
53
54
54
- #) Fixed error checking when getting and setting the pool ping interval and
55
- the SODA metadata cache flag .
55
+ #) Fixed error checking when getting or setting the connection pool parameters
56
+ `` ping_interval `` and `` soda_metadata_cache `` .
56
57
57
58
Common Changes
58
59
++++++++++++++
You can’t perform that action at this time.
0 commit comments