@@ -7,23 +7,22 @@ python-oracledb Release Notes
77
88For deprecations, see :ref: `Deprecations <deprecations >`.
99
10- oracledb 1.3.1 (TBD )
11- --------------------
10+ oracledb 1.3.1 (April 2023 )
11+ ---------------------------
1212
1313Thin Mode Changes
1414+++++++++++++++++
1515
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
2217 (`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
2726 (`issue 171 <https://github.com/oracle/python-oracledb/issues/171 >`__).
2827
2928Common Changes
0 commit comments