Skip to content

Commit e3ac333

Browse files
Doc updates.
1 parent 7f06f26 commit e3ac333

File tree

5 files changed

+8
-30
lines changed

5 files changed

+8
-30
lines changed

doc/src/api_manual/async_connection.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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.

doc/src/api_manual/connection.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

doc/src/api_manual/dataframe.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ libraries.
1313
See :ref:`dataframeformat` for more information, including the type mapping
1414
from 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

2318
DataFrame Class

doc/src/release_notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,16 @@ Common Changes
7373
the `cryptography deprecation announcement <https://mail.python.org/
7474
archives/list/[email protected]/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

doc/src/user_guide/dataframes.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ Python-oracledb has a :ref:`DataFrame <oracledataframeobj>` object that exposes
1919
an Apache Arrow ArrowArrayStream PyCapsule Interface. This enables zero-copy
2020
data 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

2924
Fetching Data Frames

0 commit comments

Comments
 (0)