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
103
103
104
104
See :ref: `dataframeformat ` for the supported data types and examples.
105
105
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
-
111
106
.. versionchanged :: 3.4.0
112
107
113
108
The ``fetch_decimals `` parameter was added.
@@ -118,11 +113,6 @@ AsyncConnection Methods
118
113
119
114
See :ref: `dataframeformat ` for the supported data types and examples.
120
115
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
-
126
116
.. versionchanged :: 3.4.0
127
117
128
118
The ``fetch_decimals `` parameter was added.
Original file line number Diff line number Diff line change @@ -91,11 +91,6 @@ Connection Methods
91
91
92
92
See :ref: `dataframeformat ` for the supported data types and examples.
93
93
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
-
99
94
.. dbapimethodextension ::
100
95
101
96
.. versionchanged :: 3.4.0
@@ -108,11 +103,6 @@ Connection Methods
108
103
109
104
See :ref: `dataframeformat ` for the supported data types and examples.
110
105
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
-
116
106
.. dbapimethodextension ::
117
107
118
108
.. versionchanged :: 3.4.0
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ libraries.
13
13
See :ref: `dataframeformat ` for more information, including the type mapping
14
14
from Oracle Database types to Arrow data types.
15
15
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
-
21
16
.. _oracledataframeobj :
22
17
23
18
DataFrame Class
Original file line number Diff line number Diff line change @@ -73,8 +73,16 @@ Common Changes
73
73
the `cryptography deprecation announcement <https://mail.python.org/
74
74
archives/list/[email protected] /thread/
75
75
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> `__.
76
82
#) Pin Cython to 3.1.x instead of 3.1.0 as requested
77
83
(`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.
78
86
#) Fixed bug when attempting to execute an empty statement
79
87
(`issue 525 <https://github.com/oracle/python-oracledb/issues/525 >`__).
80
88
#) 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
19
19
an Apache Arrow ArrowArrayStream PyCapsule Interface. This enables zero-copy
20
20
data interchanges to the data frame objects of other libraries.
21
21
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
-
27
22
.. _dfquery :
28
23
29
24
Fetching Data Frames
You can’t perform that action at this time.
0 commit comments