Summary: | Missing implementation of update function | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Thomas Baumgart <tbaumgart> |
Component: | database | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | NOR | ||
Version First Reported In: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/ea9c366d297f57b3dc560d0dc538ad776efe6bb4 | Version Fixed In: | 5.2.1 |
Sentry Crash Report: |
Description
Thomas Baumgart
2025-07-04 07:44:19 UTC
A possibly relevant merge request was started @ https://invent.kde.org/office/kmymoney/-/merge_requests/280 Git commit fe163b37b2e3ebb599b74bca21a113dc8135d624 by Ralf Habacker, on behalf of Thomas Baumgart. Committed on 04/07/2025 at 15:46. Pushed by habacker into branch '5.2'. Fix infinite loop when open existing database created with 5.1.3 The configuration of reports needed to be modified in certain cases. This is done automatically when loading an older data file, but the implementation was missing for the database backend. This causes an infinite loop when opening the database and renders the application useless. This change provides the necessary implementation. FIXED-IN: 5.2.1 M +1 -1 kmymoney/main.cpp M +36 -0 kmymoney/plugins/sql/mymoneystoragesql_p.h https://invent.kde.org/office/kmymoney/-/commit/fe163b37b2e3ebb599b74bca21a113dc8135d624 Git commit ea9c366d297f57b3dc560d0dc538ad776efe6bb4 by Thomas Baumgart, on behalf of Thomas Baumgart. Committed on 04/07/2025 at 16:34. Pushed by tbaumgart into branch 'master'. Fix infinite loop when open existing database created with 5.1.3 The configuration of reports needed to be modified in certain cases. This is done automatically when loading an older data file, but the implementation was missing for the database backend. This causes an infinite loop when opening the database and renders the application useless. This change provides the necessary implementation. FIXED-IN: 5.2.1 (cherry picked from commit fe163b37b2e3ebb599b74bca21a113dc8135d624) M +36 -0 kmymoney/plugins/sql/mymoneystoragesql_p.h https://invent.kde.org/office/kmymoney/-/commit/ea9c366d297f57b3dc560d0dc538ad776efe6bb4 A possibly relevant merge request was started @ https://invent.kde.org/office/kmymoney/-/merge_requests/286 |