Skip to content

Commit 731dfc5

Browse files
Adjust NEWS
1 parent b66adaf commit 731dfc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Fix :data:`sqlite3.Cursor.rowcount` for ``UPDATE ... RETURNING``` SQL
2-
queries. Patch by Erlend E. Aasland.
1+
Update :data:`sqlite3.Cursor.rowcount` when a DML statement has run to
2+
completion. This fixes the row count for SQL queries like
3+
``UPDATE ... RETURNING``. Patch by Erlend E. Aasland.

0 commit comments

Comments
 (0)