Always reset prepared sql statements
authorHannah von Reth <hannah.vonreth@owncloud.com>
Fri, 15 Jan 2021 15:31:57 +0000 (16:31 +0100)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Wed, 11 Aug 2021 17:13:44 +0000 (17:13 +0000)
commit3b99b11849ea8fa7108097c86764ff2046097206
tree26a4a350ceb415323b8c0d9b476477c3e1276c8f
parent6e0a43b5705f684c16beccfc7d4b9b896017aed4
Always reset prepared sql statements

This allow the creation of checkpoints and fixes the growing wal issue

Fixes: #7646
src/common/ownsql.cpp
src/common/ownsql.h
src/common/syncjournaldb.cpp
test/testownsql.cpp