Vfs: Mark sqlite temporaries excluded on db-open #7141
authorChristian Kamm <mail@ckamm.de>
Tue, 23 Apr 2019 11:38:58 +0000 (13:38 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:50 +0000 (10:58 +0100)
commitedad7ce7d750531abc746bcd6a1ca14b4746428c
treef0579b5bc29175b3d8f928367196ba33b1f95604
parent7774b8049e412560d0446870b73ff3c5da8e82bd
Vfs: Mark sqlite temporaries excluded on db-open #7141

The previous patch ensured that the sqlite temporaries weren't deleted
and recreated for every sync run, but there was still time between
client startup and the first sync run where they would have the
"needs-sync" icon.
src/common/syncjournaldb.cpp
src/common/syncjournaldb.h
src/gui/folder.cpp
src/libsync/syncengine.cpp