@@ -17,33 +17,34 @@ oracledb 3.1.1 (TBD)
17
17
Thin Mode Changes
18
18
+++++++++++++++++
19
19
20
- #) Fixed bug with some databases when a connection is killed. In some
21
- scenarios :meth: `Connection.is_healthy() ` would have incorrectly returned
22
- the value *True * and in other cases a possible hang could occur.
23
-
24
- Thick Mode Changes
25
- ++++++++++++++++++
20
+ #) Fixed bug with :meth: `Connection.is_healthy() ` after a session is killed,
21
+ such as by a DBA running ALTER SYSTEM KILL SESSION. Previously, in some
22
+ databases, it could incorrectly return *True *, while in other cases it
23
+ could hang.
26
24
27
25
Common Changes
28
26
++++++++++++++
29
27
30
- #) Fixed a bug resulting in a segfault when attempting to use an
31
- :ref: `output type handler <outputtypehandlers >` while fetching data frames
32
- with :meth: `Connection.fetch_df_all() ` and
33
- :meth: `Connection.fetch_df_batches() `
34
- (`issue 486 <https://github.com/oracle/python-oracledb/issues/486 >`__).
35
28
#) Added support for using the Cython 3.1 release
36
29
(`issue 493 <https://github.com/oracle/python-oracledb/issues/493 >`__).
37
- #) Miscellaneous grammar and spelling fixes by John Bampton
38
- (`PR 479 <https://github.com/oracle/python-oracledb/pull/479 >`__).
30
+ #) Improvements to data frame fetching with :meth: `Connection.fetch_df_all() `
31
+ and :meth: `Connection.fetch_df_batches() `:
32
+
33
+ - Added support for converting an :ref: `OracleDataFrame
34
+ <oracledataframeobj>` object to a foreign data frame object more than
35
+ once
36
+ (`issue 470 <https://github.com/oracle/python-oracledb/issues/470 >`__).
37
+ - Fixed a bug resulting in a segfault when attempting to use an
38
+ :ref: `output type handler <outputtypehandlers >` while fetching data frames
39
+ (`issue 486 <https://github.com/oracle/python-oracledb/issues/486 >`__).
40
+ - Fixed memory corruption in data frame queries
41
+ (`issue 489 <https://github.com/oracle/python-oracledb/issues/489 >`__).
42
+
39
43
#) Fixed parsing of the connection string in the
40
44
:ref: `Azure App Centralized Configuration Provider
41
45
<azureappstorageprovider>`.
42
- #) Fixed memory corruption in DataFrame queries
43
- (`issue 489 <https://github.com/oracle/python-oracledb/issues/489 >`__).
44
- #) Added support for converting an OracleDataFrame object to a foreign data
45
- frame object more than once
46
- (`issue 470 <https://github.com/oracle/python-oracledb/issues/470 >`__)
46
+ #) Miscellaneous grammar and spelling fixes by John Bampton
47
+ (`PR 479 <https://github.com/oracle/python-oracledb/pull/479 >`__).
47
48
48
49
49
50
oracledb 3.1.0 (April 2025)
0 commit comments