@@ -7,23 +7,22 @@ python-oracledb Release Notes
7
7
8
8
For deprecations, see :ref: `Deprecations <deprecations >`.
9
9
10
- oracledb 1.3.1 (TBD )
11
- --------------------
10
+ oracledb 1.3.1 (April 2023 )
11
+ ---------------------------
12
12
13
13
Thin Mode Changes
14
14
+++++++++++++++++
15
15
16
- #) Fixed bug when SQL is executed after first being parsed with Oracle
17
- Database 23c.
18
- #) Fixed bug when timeout is not ``None `` when creating a pool
19
- (`issue 166 <https://github.com/oracle/python-oracledb/issues/166 >`__).
20
- #) Replaced regular expressions for parsing SQL with regular expressions that
21
- perform better
16
+ #) Improved performance of regular expressions used for parsing SQL
22
17
(`issue 172 <https://github.com/oracle/python-oracledb/issues/172 >`__).
23
- #) Fixed bug when a query is re-executed containing LOBs (either fetched as
24
- LOB locators or as strings/bytes) or JSON data after a table underlying the
25
- query is dropped and recreated.
26
- #) Fixed bug when warning message is encountered during connect
18
+ #) Fixed bug with Oracle Database 23c when SQL is executed after first being
19
+ parsed.
20
+ #) Fixed bug when :data: `ConnectionPool.timeout ` is not `None ` when creating a
21
+ pool (`issue 166 <https://github.com/oracle/python-oracledb/issues/166 >`__).
22
+ #) Fixed bug when a query is re-executed after an underlying table is dropped
23
+ and recreated, and the query select list contains LOBs or JSON data.
24
+ #) Fixed bug when warning message such as for impending password expiry is
25
+ encountered during connect
27
26
(`issue 171 <https://github.com/oracle/python-oracledb/issues/171 >`__).
28
27
29
28
Common Changes
0 commit comments