We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d5468 commit 229b5b6Copy full SHA for 229b5b6
doc/src/release_notes.rst
@@ -15,8 +15,9 @@ Thin Mode Changes
15
16
#) Added support for binding and fetching data of type
17
:data:`~oracledb.DB_TYPE_OBJECT`. Note that some of the error codes and
18
- messages have changed as a result (DPY errors are raised instead of ones
19
- specific to ODPI-C and OCI).
+ messages have changed as a result: DPY errors are raised instead of ones
+ specific to ODPI-C and OCI
20
+ (`issue 43 <https://github.com/oracle/python-oracledb/issues/43>`__).
21
#) Added support for fetching SYS.XMLTYPE data as strings. Note that unlike
22
in Thick mode, fetching longer values does not require using
23
``XMLTYPE.GETCLOBVAL()``.
0 commit comments