We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc841fa commit 202d48bCopy full SHA for 202d48b
doc/src/api_manual/cursor.rst
@@ -58,6 +58,12 @@ Cursor Object
58
the list might be empty and the type cannot be determined automatically) or
59
returning arrays from PL/SQL.
60
61
+ Array variables can only be used for PL/SQL associative arrays with
62
+ contiguous keys. For PL/SQL associative arrays with sparsely populated keys
63
+ or for varrays and nested tables, the approach shown in this
64
+ `example <https://github.com/oracle/python-cx_Oracle/blob/master/
65
+ samples/PLSQLCollection.py>`__ needs to be used.
66
+
67
.. note::
68
69
The DB API definition does not define this method.
0 commit comments