File tree 1 file changed +5
-5
lines changed
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)
17
17
Thin Mode Changes
18
18
+++++++++++++++++
19
19
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
23
23
(`issue 424 <https://github.com/oracle/python-oracledb/issues/424 >`__).
24
24
#) If the database states that an out-of-band break check should not take
25
25
place during connect (by setting the `DISABLE_OOB_AUTO
@@ -47,8 +47,8 @@ Thick Mode Changes
47
47
Common Changes
48
48
++++++++++++++
49
49
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
52
52
(`issue 429 <https://github.com/oracle/python-oracledb/issues/429 >`__).
53
53
54
54
You can’t perform that action at this time.
0 commit comments