@@ -15,14 +15,15 @@ Thin Mode Changes
1515
1616#) Fixed bug in detecting the current time zone
1717 (`issue 257 <https://github.com/oracle/python-oracledb/issues/257 >`__).
18- #) Added parameter :data: `ConnectParams.ssl_context `
18+ #) Added connection establishment parameter :data: `ConnectParams.ssl_context `
1919 (`issue 259 <https://github.com/oracle/python-oracledb/issues/259 >`__).
2020#) Fixed bug in handling database response in certain unusual circumstances.
2121#) Fixed bug in handling exceptions raised during connection establishment.
2222#) Fixed bug in identifying bind variables in SQL statements containing
2323 multiple line comments with multiple asterisks before the closing slash.
24+ #) Added support for the ``FAILOVER `` clause in full connect descriptors.
2425#) A more meaningful error is raised when the wrong type of data is passed to
25- lob .write().
26+ :meth: ` LOB .write()` .
2627#) Internal changes to improve handling of the network protocol between
2728 python-oracledb and Oracle Database.
2829#) Internal changes to improve handling of multiple address and description
@@ -55,15 +56,15 @@ Common Changes
5556 :data: `FetchInfo.type_code ` for data of this type was
5657 :data: `~oracledb.DB_TYPE_LONG ` in Thick mode and
5758 :data: `~oracledb.DB_TYPE_OBJECT ` in Thin mode.
58- #) Attribute and element values of DbObject instances that are numbers are now
59- returned as integers if the precision and scale allow for it -- in the same
60- way that numbers are fetched from the database
59+ #) Attribute and element values of :ref: `Oracle Object <dbobject >`
60+ instances that are numbers are now returned as integers if the precision
61+ and scale allow for it -- in the same way that numbers are fetched from the
62+ database
6163 (`issue 99 <https://github.com/oracle/python-oracledb/issues/99 >`__).
62- #) Added support for parsing the ``FAILOVER `` clause in full connect
63- descriptors.
6464#) Fixed bug with getting unknown attributes from DbObject instances.
65- #) Errors that have entries in the troubleshooting documentation now have
66- links to that documentation included in the message text.
65+ #) Errors that have entries in the
66+ :ref: `troubleshooting documentation <troubleshooting >` now have links to
67+ that documentation included in the message text.
6768#) The attribute ``oracledb.__future__.old_json_col_as_obj `` no longer needs
6869 to be set in order to fetch JSON data found in VARCHAR2 and LOB columns in
6970 the same way that JSON columns (which requires Oracle Database 21c or
0 commit comments