Skip to content

Commit 5b4c6c4

Browse files
Add missing issue links.
1 parent 5c2aefb commit 5b4c6c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/release_notes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Common Changes
5050
- Support for data frames is no longer considered a pre-release.
5151
- Added parameter ``requested_schema`` to :meth:`Connection.fetch_df_all()`
5252
and :meth:`Connection.fetch_df_batches()` to support type mapping when
53-
querying.
53+
querying
54+
(`issue 494 <https://github.com/oracle/python-oracledb/issues/494>`__).
5455
- The Apache Arrow data type "large" variants that have 64-bit offsets are
5556
now used by default for strings and binary values in order to avoid the
5657
limits imposed by using 32-bit offsets. Use ``requested_schema`` if the
@@ -68,7 +69,8 @@ Common Changes
6869
(`issue 536 <https://github.com/oracle/python-oracledb/issues/536>`__).
6970
- Fixed bug when fetching NCHAR and NVARCHAR2 column data.
7071
- Fixed bug when attempting to convert an integer that cannot be
71-
represented as a native C ``int`` value to an Arrow data frame.
72+
represented as a native C ``int`` value to an Arrow data frame
73+
(`issue 537 <https://github.com/oracle/python-oracledb/issues/537>`__).
7274

7375
#) Added a ``batch_size`` parameter to :meth:`Cursor.executemany()` and
7476
:meth:`AsyncCursor.executemany()` to let these methods operate on data in

0 commit comments

Comments
 (0)