@@ -18,7 +18,7 @@ Thin Mode Changes
1818+++++++++++++++++
1919
2020#) Added support for :ref: `two-phase commits <tpc >`.
21- #) Added support for data of type :data: ` ~oracledb.DB_TYPE_BFILE ` .
21+ #) Added support for columns of type BFILE .
2222#) When calling :meth: `ConnectionPool.acquire() ` or
2323 :meth: `AsyncConnectionPool.acquire() `, the connection pool ``mode ``
2424 :data: `oracledb.POOL_GETMODE_TIMEDWAIT ` now always honors the
@@ -115,7 +115,8 @@ Thin Mode Changes
115115Common Changes
116116++++++++++++++
117117
118- #) Added support for columns of type :ref: `VECTOR <vectors >`.
118+ #) Added support for Oracle Database 23ai columns of type :ref: `VECTOR
119+ <vectors>`.
119120#) Added support for columns of type INTERVAL YEAR TO MONTH which can be
120121 represented in Python by instances of the new
121122 :ref: `oracledb.IntervalYM <interval_ym >` class
@@ -251,8 +252,8 @@ Common Changes
251252#) Added class :ref: `oracledb.JsonId <jsonid >` to represent JSON ID values
252253 returned by SODA in Oracle Database 23.4 and later in the ``_id ``
253254 attribute of documents stored in native collections.
254- #) Added support for columns of type VECTOR (currently requires access to a
255- limited availability release of the database) .
255+ #) Added support for columns of type VECTOR usable with a limited
256+ availability release of Oracle Database 23 .
256257#) Errors raised when calling :meth: `Cursor.executemany() ` with PL/SQL now
257258 have the :data: `oracledb._Error.offset ` attribute populated with the last
258259 iteration that succeeded
0 commit comments