Skip to content

Commit bff87e6

Browse files
committedDec 12, 2024
Tweak release notes.
1 parent aa2707f commit bff87e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎doc/src/release_notes.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ oracledb 2.5.1 (TBD)
1717
Thin Mode Changes
1818
+++++++++++++++++
1919

20-
#) Fixed bug when the fetched data type of a column changes from
21-
:data:`oracledb.DB_TYPE_LONG` or :data:`oracledb.DB_TYPE_LONG_RAW` to
22-
to a different compatible type
20+
#) Fixed bug when table recreation changes the data type of a column from
21+
:data:`oracledb.DB_TYPE_LONG` or :data:`oracledb.DB_TYPE_LONG_RAW` to a
22+
different compatible type
2323
(`issue 424 <https://github.com/oracle/python-oracledb/issues/424>`__).
2424
#) If the database states that an out-of-band break check should not take
2525
place during connect (by setting the `DISABLE_OOB_AUTO
@@ -47,8 +47,8 @@ Thick Mode Changes
4747
Common Changes
4848
++++++++++++++
4949

50-
#) Fixed bug when fetching an empty CLOB or BLOB column marked with the
51-
``IS JSON`` constraint
50+
#) Fixed bug when fetching empty data from CLOB or BLOB columns marked with
51+
the ``IS JSON`` constraint
5252
(`issue 429 <https://github.com/oracle/python-oracledb/issues/429>`__).
5353

5454

0 commit comments

Comments
 (0)
Please sign in to comment.