File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -309,10 +309,6 @@ Connection Object
309
309
ctx=dblatest&id=GUID-BE42F8D3-B86B-43B4-B2A3-5760A4DF79FB> `__ for
310
310
additional information on SODA.
311
311
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
-
316
312
.. versionadded :: 7.0
317
313
318
314
.. note ::
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ An overview of Simple Oracle Document Access (SODA) can be found
11
11
SODA requires Oracle Client 18.3 or higher and Oracle Database 18.1 and higher.
12
12
The role SODA_APP must be granted to the user.
13
13
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.
17
16
18
17
.. _sodadb :
19
18
@@ -189,7 +188,8 @@ SODA Collection Object
189
188
190
189
.. note ::
191
190
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.
193
193
194
194
.. versionadded :: 7.2
195
195
You can’t perform that action at this time.
0 commit comments