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 92831d4 commit 7fc65d6Copy full SHA for 7fc65d6
doc/src/release_notes.rst
@@ -31,7 +31,8 @@ oracledb 1.0.1 (TBD)
31
database, the error is wrapped by DPY-6005 as an instance of
32
oracledb.ConnectionError.
33
#) Fixed issue where unconstrained numbers containing integer values would be
34
- fetched as floats when oracledb.defaults.fetch_lobs was set to `False`.
+ fetched as floats when oracledb.defaults.fetch_lobs was set to `False`
35
+ (`issue 15 <https://github.com/oracle/python-oracledb/issues/15>`__).
36
#) Thin: ensure that errors that occur during fetch are detected consistently.
37
#) Thin: fixed issue when fetching null values in implicit results.
38
#) Thin: small optimization when sending column metadata.
0 commit comments