Summary: | Open sqlite database under kmymoney versions >= 5.0 | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Thomas Baumgart <tbaumgart> |
Component: | database | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | NOR | ||
Version: | 5.0.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/48c0b11efdcfa43217fc247443afda0d9b7a61c4 | Version Fixed In: | 5.0.6 |
Sentry Crash Report: | |||
Attachments: | Empty database showing the problem |
Description
Thomas Baumgart
2019-07-22 06:01:23 UTC
Git commit 48c0b11efdcfa43217fc247443afda0d9b7a61c4 by Thomas Baumgart. Committed on 22/07/2019 at 06:17. Pushed by tbaumgart into branch '5.0'. Finish queries so that they do not block the db layout update process https://stackoverflow.com/questions/17057420/qt-sqlite-unable-to-fetch-row-database-locked gave me the necessary hint to find the cause. FIXED-IN: 5.0.6 M +2 -0 kmymoney/plugins/sql/mymoneystoragesql_p.h https://commits.kde.org/kmymoney/48c0b11efdcfa43217fc247443afda0d9b7a61c4 Git commit 457e01f18d985d5e7121477df2dda2525e933d04 by Thomas Baumgart. Committed on 17/08/2019 at 10:15. Pushed by tbaumgart into branch '5.0'. Finish db queries at another spot Amending commit 48c0b11ef and finish queries at another spot to resolve a problem I have with the SQLCIPHER version to update a DB of an older version. M +1 -0 kmymoney/plugins/sql/mymoneystoragesql.cpp |