File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ oracledb 2.5.1 (TBD)
1717Thin 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
4747Common 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
You can’t perform that action at this time.
0 commit comments