Skip to content
Snippets Groups Projects
Commit 9ad83926 authored by Mergen Imeev's avatar Mergen Imeev
Browse files

sql: remove PRAGMA "count_changes"

Pragma "count_changes" forces the INSERT, REPLACE, DELETE, and
UPDATE statements to return the number of changed rows as a
result set. This is not necessary, as these statements return the
number of changed rows as metadata.

Part of #4511
parent 39657bf2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment