File tree Expand file tree Collapse file tree 5 files changed +8
-30
lines changed Expand file tree Collapse file tree 5 files changed +8
-30
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,6 @@ AsyncConnection Methods
103103
104104 See :ref: `dataframeformat ` for the supported data types and examples.
105105
106- .. note ::
107-
108- The data frame support in python-oracledb 3.3 is a pre-release and may
109- change in a future version.
110-
111106 .. versionchanged :: 3.4.0
112107
113108 The ``fetch_decimals `` parameter was added.
@@ -118,11 +113,6 @@ AsyncConnection Methods
118113
119114 See :ref: `dataframeformat ` for the supported data types and examples.
120115
121- .. note ::
122-
123- The data frame support in python-oracledb 3.3 is a pre-release and may
124- change in a future version.
125-
126116 .. versionchanged :: 3.4.0
127117
128118 The ``fetch_decimals `` parameter was added.
Original file line number Diff line number Diff line change @@ -91,11 +91,6 @@ Connection Methods
9191
9292 See :ref: `dataframeformat ` for the supported data types and examples.
9393
94- .. note ::
95-
96- The data frame support in python-oracledb 3.3 is a pre-release and may
97- change in a future version.
98-
9994 .. dbapimethodextension ::
10095
10196 .. versionchanged :: 3.4.0
@@ -108,11 +103,6 @@ Connection Methods
108103
109104 See :ref: `dataframeformat ` for the supported data types and examples.
110105
111- .. note ::
112-
113- The data frame support in python-oracledb 3.3 is a pre-release and may
114- change in a future version.
115-
116106 .. dbapimethodextension ::
117107
118108 .. versionchanged :: 3.4.0
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ libraries.
1313See :ref: `dataframeformat ` for more information, including the type mapping
1414from Oracle Database types to Arrow data types.
1515
16- .. note ::
17-
18- The data frame support in python-oracledb 3.3 is a pre-release and may
19- change in a future version.
20-
2116.. _oracledataframeobj :
2217
2318DataFrame Class
Original file line number Diff line number Diff line change @@ -73,8 +73,16 @@ Common Changes
7373 the `cryptography deprecation announcement <https://mail.python.org/
7474 archives/list/python-announce-list@python.org/thread/
7575 R4BZNC36MSFLKULA74KILLFY6GP3VCPA/> `__.
76+ #) Connectivity and interoperability with Oracle Database and Oracle Client
77+ libraries older than version 19 is deprecated and will be removed in a
78+ future version of python-oracledb. Production use, and availability of
79+ database and client software, is detailed in `Release Schedule of Current
80+ Database Releases <https://support.oracle.com/epmos/faces/
81+ DocumentDisplay?id=742060.1> `__.
7682#) Pin Cython to 3.1.x instead of 3.1.0 as requested
7783 (`issue 530 <https://github.com/oracle/python-oracledb/issues/530 >`__).
84+ #) Support for :ref: `data frames <dataframeformat >` is no longer considered a
85+ pre-release.
7886#) Fixed bug when attempting to execute an empty statement
7987 (`issue 525 <https://github.com/oracle/python-oracledb/issues/525 >`__).
8088#) Fixed bug when attempting to convert an integer that cannot be represented
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ Python-oracledb has a :ref:`DataFrame <oracledataframeobj>` object that exposes
1919an Apache Arrow ArrowArrayStream PyCapsule Interface. This enables zero-copy
2020data interchanges to the data frame objects of other libraries.
2121
22- .. note ::
23-
24- The data frame support in python-oracledb 3.3 is a pre-release and may
25- change in a future version.
26-
2722.. _dfquery :
2823
2924Fetching Data Frames
You can’t perform that action at this time.
0 commit comments