Open legacy db in R/W mode 40/258340/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 13 May 2021 12:53:32 +0000 (14:53 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 13 May 2021 13:45:11 +0000 (15:45 +0200)
commitc53c27617187678245b4af0465e377583312af45
treea47b5d64dc0994b7e55d7ceefbc71b79cf4f3900
parent3f9f3c0a0b4967a1d300dc5b016fbc420f81ffa8
Open legacy db in R/W mode

If due to a failure during previous transaction a rollback journal is
generated, the original legacy database has to be restored to the
original state before it can be dumped. However, it can't be done
unless the database is opened in R/W mode.

Change-Id: Icc455f4e820a5be8b0628e95895680e9cbb14eb6
src/manager/sqlcipher/sqlcipher.c