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
Update Doc/library/sqlite3.rst
  • Loading branch information
Erlend Egeberg Aasland authored Jul 29, 2022
commit e81e2e1b629bb58b74fc89fe4a38f9722f2c7155
1 change: 1 addition & 0 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ Cursor Objects

Example::

# cur is an sqlite3.Cursor object
cur.executescript("""
Comment thread
erlend-aasland marked this conversation as resolved.
begin;
create table person(firstname, lastname, age);
Expand Down