@@ -51,18 +51,18 @@ Common Changes
5151 - Added parameter ``requested_schema `` to :meth: `Connection.fetch_df_all() `
5252 and :meth: `Connection.fetch_df_batches() ` to support type mapping when
5353 querying.
54- - The large variants for strings and binary values that use 64-bit offsets
55- are now used by default in order to avoid the limits imposed by using
56- 32-bit offsets. Use ``requested_schema `` if the smaller offset size is
57- desired
54+ - The Apache Arrow data type "large" variants that have 64-bit offsets are
55+ now used by default for strings and binary values in order to avoid the
56+ limits imposed by using 32-bit offsets. Use ``requested_schema `` if the
57+ smaller offset size is desired
5858 (`issue 536 <https://github.com/oracle/python-oracledb/issues/536 >`__).
5959 - Added support for all of the signed and unsigned fixed width integer
6060 types when ingesting data frames supporting the Arrow PyCapsule
6161 interface. Previously only ``int64 `` was supported.
6262 - Added support for types ``date32 `` and ``date64 `` when ingesting data
6363 frames supporting the Arrow PyCapsule interface as requested
6464 (`issue 535 <https://github.com/oracle/python-oracledb/issues/535 >`__).
65- - Data frames with multiple chunks are now supported.
65+ - Ingesting data frames with multiple chunks is now supported.
6666 - Error ``DPY-8002: Apach Arrow C Data structure overflow detected. A
6767 larger structure is needed. `` is now raised when an overflow is detected
6868 (`issue 536 <https://github.com/oracle/python-oracledb/issues/536 >`__).
@@ -79,13 +79,14 @@ Common Changes
7979 specified then the values of
8080 :attr: `oracledb.defaults.fetch_lobs <Defaults.fetch_lobs> ` and
8181 :attr: `oracledb.defaults.fetch_decimals <Defaults.fetch_decimals> ` are now
82- stored with the operation and used during pipeline execution.
83- #) Added optional dependencies [oci_config], [azure_config], [oci_auth] and
84- [azure_auth] to simplify installation of required packages for
85- :ref: `Centralized Configuration Provider <configprovidermodules >`
86- support and :ref: `Cloud Native Authentication <cloudnativemodules >`
87- support
88- (`issue 512 <https://github.com/oracle/python-oracledb/issues/512 >`__).
82+ stored with the operation and used during pipeline execution
83+ (`issue 19 <https://github.com/oracle/python-oracledb/issues/19 >`__).
84+ #) Added optional dependencies `[oci_config] `, `[azure_config] `,
85+ `[oci_auth] `, and `[azure_auth] ` to simplify installation of required
86+ packages for :ref: `Centralized Configuration Provider
87+ <configprovidermodules>` support and :ref: `Cloud Native Authentication
88+ <cloudnativemodules>` support
89+ (`issue 512 <https://github.com/oracle/python-oracledb/issues/512 >`__).
8990#) The x86_64 macOS and 32-bit Windows platforms are :ref: `deprecated
9091 <deprecations>`. They will be desupported in a future release before, or
9192 when, the `cryptography <https://pypi.org/project/cryptography/ >`__ package
@@ -108,8 +109,8 @@ Common Changes
108109#) API documentation is now generated from the source code.
109110#) The test suite now uses `pytest <https://docs.pytest.org/ >`__.
110111#) Internal change: the value of ``__module__ `` for all classes is now left
111- untouched to avoid issues with ``inspect.getsource() `` but the
112- `` __repr__() `` now consistently shows the module as ``oracledb ``.
112+ untouched to avoid issues with ``inspect.getsource() `` but `` __repr__() ``
113+ now consistently shows the module as ``oracledb ``.
113114#) Internal change: `typing_extensions <https://pypi.org/project/
114115 typing-extensions/> `__ is now a dependency.
115116
0 commit comments