Skip to content

Commit

Permalink
Tweak release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Dec 12, 2024
1 parent aa2707f commit bff87e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ oracledb 2.5.1 (TBD)
Thin Mode Changes
+++++++++++++++++

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

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


Expand Down

0 comments on commit bff87e6

Please sign in to comment.