Skip to content

Commit 39ff9fc

Browse files
Removed preview status from SODA but added a link to the tracking issue.
1 parent 15ce302 commit 39ff9fc

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

doc/src/connection.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,6 @@ Connection Object
309309
ctx=dblatest&id=GUID-BE42F8D3-B86B-43B4-B2A3-5760A4DF79FB>`__ for
310310
additional information on SODA.
311311

312-
SODA support in cx_Oracle is in Preview status and should not be used in
313-
production. It will be supported with a future version of Oracle Client
314-
libraries.
315-
316312
.. versionadded:: 7.0
317313

318314
.. note::

doc/src/soda.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ An overview of Simple Oracle Document Access (SODA) can be found
1111
SODA requires Oracle Client 18.3 or higher and Oracle Database 18.1 and higher.
1212
The role SODA_APP must be granted to the user.
1313

14-
SODA support in cx_Oracle is in Preview status and should not be used in
15-
production. It will be supported with a future version of Oracle Client
16-
libraries.
14+
See
15+
`this tracking issue <https://github.com/oracle/python-cx_Oracle/issues/309>`__ for known issues with SODA.
1716

1817
.. _sodadb:
1918

@@ -189,7 +188,8 @@ SODA Collection Object
189188

190189
.. note::
191190

192-
This method requires Oracle Client 18.5 and higher.
191+
This method requires Oracle Client 18.5 and higher and is available
192+
only as a preview.
193193

194194
.. versionadded:: 7.2
195195

0 commit comments

Comments
 (0)