Thanks to visit codestin.com Credit goes to github.com
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 cb091af commit 450cdccCopy full SHA for 450cdcc
1 file changed
Doc/library/sqlite3.rst
@@ -1476,6 +1476,10 @@ Cursor objects
1476
If *sql* contains more than one SQL statement,
1477
or is not a DML statment.
1478
1479
+ :raises DeprecationWarning:
1480
+ If :ref:`named placeholders <sqlite3-placeholders>` are used
1481
+ and the items in *parameters* are sequences.
1482
+
1483
Example:
1484
1485
.. testcode:: sqlite3.cursor
0 commit comments