@@ -26,7 +26,7 @@ Thin Mode Changes
2626#) Fixed bug that would cause an internal error to be raised when attempting
2727 to close a connection that has been forcibly closed by the database.
2828#) Internal change: further efforts to tighten code looking for the end of a
29- database request made to Oracle Database 23c .
29+ database request made to Oracle Database 23ai .
3030
3131Thick Mode Changes
3232++++++++++++++++++
@@ -102,7 +102,7 @@ oracledb 2.1.0 (March 2024)
102102Thin Mode Changes
103103+++++++++++++++++
104104
105- #) Oracle Database 23c feature support:
105+ #) Oracle Database 23ai feature support:
106106
107107 - Added support for
108108 :ref: `implicit connection pooling with DRCP and PRCP <implicitconnpool >`,
@@ -266,7 +266,7 @@ Thin Mode Changes
266266#) Added parameter :data: `ConnectParams.ssl_context ` to modify the SSL context
267267 used when connecting via TLS
268268 (`issue 259 <https://github.com/oracle/python-oracledb/issues/259 >`__).
269- #) Added support for an Oracle Database 23c JSON feature allowing field names
269+ #) Added support for an Oracle Database 23ai JSON feature allowing field names
270270 with more than 255 UTF-8 encoded bytes.
271271#) Added support for the ``FAILOVER `` clause in full connect descriptors.
272272#) Fixed bug in detecting the current time zone
@@ -277,7 +277,7 @@ Thin Mode Changes
277277 multiple line comments with multiple asterisks before the closing slash.
278278#) A more meaningful error is raised when the wrong type of data is passed to
279279 :meth: `LOB.write() `.
280- #) Internal change to support an Oracle Database 23c JSON feature improving
280+ #) Internal change to support an Oracle Database 23ai JSON feature improving
281281 JSON storage usage.
282282#) Internal change to ensure that all connections in a pool have been closed
283283 gracefully before the pool is closed.
@@ -317,8 +317,8 @@ Common Changes
317317 oracle-database/23/sqlrf/annotations_clause.html#
318318 GUID-1AC16117-BBB6-4435-8794-2B99F8F68052> `__
319319 associated with columns that are being fetched. SQL domains and annotations
320- require Oracle Database 23c . If using python-oracledb Thick mode, Oracle
321- Client 23c is also required.
320+ require Oracle Database 23ai . If using python-oracledb Thick mode, Oracle
321+ Client 23ai is also required.
322322#) Added parameter ``data `` to :meth: `Connection.createlob() ` to allow data to
323323 be written at LOB creation time.
324324#) Added type :data: `~oracledb.DB_TYPE_XMLTYPE ` to represent data of type
@@ -338,7 +338,7 @@ Common Changes
338338#) Errors that have entries in the
339339 :ref: `troubleshooting documentation <troubleshooting >` now have links to
340340 that documentation shown in the message text.
341- #) Fixed bug with binding boolean values with Oracle Database 23c
341+ #) Fixed bug with binding boolean values with Oracle Database 23ai
342342 (`issue 263 <https://github.com/oracle/python-oracledb/issues/263 >`__).
343343#) Fixed bug with getting unknown attributes from :ref: `Oracle Object
344344 <dbobject>` instances.
@@ -408,7 +408,7 @@ oracledb 1.4.0 (August 2023)
408408Thin Mode Changes
409409+++++++++++++++++
410410
411- #) Added support for an Oracle Database 23c feature that can improve the
411+ #) Added support for an Oracle Database 23ai feature that can improve the
412412 performance of connection creation by reducing the number of round trips
413413 required to create the second and subsequent connections to the same
414414 database.
@@ -422,13 +422,13 @@ Thin Mode Changes
422422 created. The default connection class will be of the form ``DPY: `` followed
423423 by a 16-byte unique identifier converted to base64 encoding.
424424#) Changed internal connection feature negotiation for more accurate Oracle
425- Database 23c support.
425+ Database 23ai support.
426426#) Added support for sending a generated connection identifier to the
427427 database used for tracing. An application specific prefix is prepended to
428428 this value if specified via a new ``connection_id_prefix `` parameter when
429429 creating standalone connections or connection pools.
430430#) Added URL to the Oracle Database Error Help Portal in Oracle Database
431- error messages similar to when Thick mode uses Oracle Client 23c .
431+ error messages similar to when Thick mode uses Oracle Client 23ai .
432432#) Added support for the ``ORA_SDTZ `` environment variable used to set the
433433 session time zone used by the database.
434434#) Fixed bug when a dynamically sized connection pool is created with an
@@ -501,7 +501,7 @@ Common Changes
501501 same value as the SQL expression
502502 ``sys_context('userenv', 'instance_name') ``.
503503#) Added support for relational queries on the underlying tables of SODA
504- collections created in Oracle Database 23c if they contain JSON documents
504+ collections created in Oracle Database 23ai if they contain JSON documents
505505 with embedded OIDs.
506506#) Automatically retry a query if the error ``ORA-00932: inconsistent data
507507 types `` is raised (which can occur if a table or view is recreated with a
@@ -533,7 +533,7 @@ Thin Mode Changes
533533#) Fixed bug which could cause a redirect loop with improperly configured
534534 listener redirects.
535535#) Fixed bug when executing PL/SQL with a large number of binds.
536- #) Fixed bug when using DRCP with Oracle Database 23c .
536+ #) Fixed bug when using DRCP with Oracle Database 23ai .
537537
538538Thick Mode Changes
539539++++++++++++++++++
@@ -561,7 +561,7 @@ Thin Mode Changes
561561
562562#) Improved performance of regular expressions used for parsing SQL
563563 (`issue 172 <https://github.com/oracle/python-oracledb/issues/172 >`__).
564- #) Fixed bug with Oracle Database 23c when SQL is executed after first being
564+ #) Fixed bug with Oracle Database 23ai when SQL is executed after first being
565565 parsed.
566566#) Fixed bug when :data: `ConnectionPool.timeout ` is not `None ` when creating a
567567 connection pool
0 commit comments