SyncJournalDB: Bind phash as a qlonglong instead of a QString
authorJocelyn Turcotte <jturcotte@woboq.com>
Wed, 6 Sep 2017 09:55:37 +0000 (11:55 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:36 +0000 (22:01 +0200)
commitd76ecf015c52029c554726944bdebd7a41971b30
tree8b568fe231532e24d846092b245729c6862734e9
parent312f3a9bf3c3cec7d6446c745e31c27eb715c4e0
SyncJournalDB: Bind phash as a qlonglong instead of a QString

This is what csync does and we don't need to pass it as a string
to let sqlite convert it back to a uint64 later.
src/common/syncjournaldb.cpp