File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments