SyncJournalDB: Only reset_and_clear_bindings once
authorJocelyn Turcotte <jturcotte@woboq.com>
Wed, 6 Sep 2017 09:36:45 +0000 (11:36 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:34 +0000 (22:01 +0200)
commit76d95f8b87267fcf7b5b4fdafdfea9754fa6cdca
tree1b9b5a262f73d6f80dd71eb2e6ce4eb1de1a7c10
parent4e90bd7a5a88ecefddf12d756f10497e190a35d7
SyncJournalDB: Only reset_and_clear_bindings once

We only need to do it once between each query execution and
that can be right before the first bind.
src/common/syncjournaldb.cpp