]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify UPDATE so that two-pass updates on a rowid table use an ephemeral
authordrh <drh@noemail.net>
Sat, 14 Nov 2020 20:03:34 +0000 (20:03 +0000)
committerdrh <drh@noemail.net>
Sat, 14 Nov 2020 20:03:34 +0000 (20:03 +0000)
commitea2487200f1587fbf5bd14a32e1bd240beb7f899
tree0d013a8e84c7b6d9ac6d93f0d28bed409e46ee68
parentb035b87ef8f75b69f1bab2063871d45a753fff96
Modify UPDATE so that two-pass updates on a rowid table use an ephemeral
table to store rowids rather than a RowSet.  This uses less memory, though
it is slower.

FossilOrigin-Name: 4673096dd8c5ed7aed098ff518a6d01d35c40fad991b89fddd91c19a727a4308
manifest
manifest.uuid
src/update.c