Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 450cdcc

Browse files
Fixup
1 parent cb091af commit 450cdcc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/sqlite3.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,6 +1476,10 @@ Cursor objects
14761476
If *sql* contains more than one SQL statement,
14771477
or is not a DML statment.
14781478

1479+
:raises DeprecationWarning:
1480+
If :ref:`named placeholders <sqlite3-placeholders>` are used
1481+
and the items in *parameters* are sequences.
1482+
14791483
Example:
14801484

14811485
.. testcode:: sqlite3.cursor

0 commit comments

Comments
 (0)