@@ -20,14 +20,14 @@ Thin Mode Changes
2020#) Added support for writing UTF-8 encoded bytes to CLOB and NCLOB values and
2121 writing strings to BLOB values in order to be consistent with what is done
2222 for string variables.
23- #) User defined errors raised by the database no longer display an error help
23+ #) User- defined errors raised by the database no longer display an error help
2424 portal URL.
25- #) Fixed potential cursor issues when using DRCP .
26- #) Fixed regression when using IAM token authentication
25+ #) Fixed potential cursor issues when using :ref: ` drcp ` .
26+ #) Fixed regression when using :ref: ` IAM token authentication < iamauth >`
2727 (`issue 288 <https://github.com/oracle/python-oracledb/issues/288 >`__).
2828#) Fixed bug connecting to databases that are only mounted and not opened
2929 (`issue 294 <https://github.com/oracle/python-oracledb/issues/294 >`__).
30- #) Fixed bug when using DRCP with :ref: `asyncio <asyncio >`.
30+ #) Fixed bug when using :ref: ` DRCP < drcp >` with :ref: `asyncio <asyncio >`.
3131#) Fixed bug in identifying bind variables in SQL statements containing a
3232 single line comment at the end of the statement.
3333#) Fixed bug in determining the list of attributes for PL/SQL collections.
@@ -37,7 +37,7 @@ Thin Mode Changes
3737#) Fixed bug when connecting to a database using listener redirects when using
3838 :ref: `asyncio <asyncio >`
3939 (`issue 285 <https://github.com/oracle/python-oracledb/issues/285 >`__).
40- #) Fixed type declaration for the `connectiontype ` parameter to
40+ #) Fixed type declaration for the `` connectiontype ` ` parameter to
4141 :meth: `oracledb.create_pool_async() `.
4242
4343
@@ -63,18 +63,20 @@ Common Changes
6363#) A number of performance improvements were made.
6464#) Error ``DPY-2045: arraysize must be an integer greater than zero `` is now
6565 raised when an invalid value is specified for the attribute
66- :data: `Cursor.arraysize `. Previously a variety of errors (``TypeError ``,
66+ :data: `Cursor.arraysize `. Previously, a variety of errors (``TypeError ``,
6767 ``OverflowError `` or ``ORA-03147: missing mandatory TTC field ``) were
6868 raised.
6969#) Error ``DPY-2016: variable array size of %d is too small (should be at
7070 least %d) `` is now raised when :meth: `Cursor.executemany() ` is called with
7171 an integer number of iterations that is too large for the existing bind
72- variables. Previously thin mode raised ``IndexError `` and thick mode raised
72+ variables. Previously, the python-oracledb Thin mode raised ``IndexError ``
73+ and python-oracledb Thick mode raised
7374 ``DPI-1018: array size of %d is too small ``.
7475#) Error ``DPY-1001: not connected to database `` is now raised when an attempt
7576 is made to perform an operation on a LOB using a closed connection.
76- Previously Thin mode would raise an ``AttributeError `` exception and Thick
77- mode would raise ``DPI-1040: LOB was already closed ``.
77+ Previously, the python-oracledb Thin mode raised an ``AttributeError ``
78+ exception and python-oracledb Thick mode raised
79+ ``DPI-1040: LOB was already closed ``.
7880#) Fixed bug in :meth: `ConnectParams.get_connect_string() ` when a value for
7981 the connection parameter ``purity `` has been specified.
8082#) Fixed bug in the calculation of :data: `Cursor.rowcount ` under some
0 commit comments