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
Adjust NEWS
  • Loading branch information
erlend-aasland committed Jun 6, 2022
commit 731dfc59507b88e83e99dea41b3a898772c09f31
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fix :data:`sqlite3.Cursor.rowcount` for ``UPDATE ... RETURNING``` SQL
queries. Patch by Erlend E. Aasland.
Update :data:`sqlite3.Cursor.rowcount` when a DML statement has run to
completion. This fixes the row count for SQL queries like
``UPDATE ... RETURNING``. Patch by Erlend E. Aasland.