Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert incorrect change
  • Loading branch information
erlend-aasland committed Jun 1, 2022
commit 9c112a8b2fce65cfa28da773c7852c1c6b061475
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ Cursor Objects
:ref:`placeholders <sqlite3-placeholders>`.

:meth:`execute` will only execute a single SQL statement. If you try to execute
more than one statement with it, it will raise a :exc:`ProgrammingError`. Use
more than one statement with it, it will raise a :exc:`.Warning`. Use
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
:meth:`executescript` if you want to execute multiple SQL statements with one
call.

Expand Down