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 598d9d8b6851e621392722a5acfa212aeddc62a9
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
("row1",),
("row2",),
]
# cur is an sqlite3.Cursor object
cur.executemany("insert into t values(?)", data)
Comment thread
erlend-aasland marked this conversation as resolved.

.. method:: executescript(sql_script, /)
Expand Down