| Summary: | Problem with Web addresses at financial institutions | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Fabiano Caruana <bugzilla> |
| Component: | database | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.0.7 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kmymoney/c404e6723ff6d9a9af3e4b171d82ae9a15bf74c4 | Version Fixed/Implemented In: | 5.0.8 |
| Sentry Crash Report: | |||
| Attachments: | Missing Entries | ||
|
Description
Fabiano Caruana
2019-10-22 17:59:18 UTC
I have to correct. Any changes I make to financial institutions will not be accepted. Greetings Udo Created attachment 124063 [details]
Missing Entries
I have now saved the data in an XML file. And after a reboot all data was available ('BIC' and 'Website').
Afterwards I saved these as SQLCipher. After a restart with SQLCipher these fields were not used again, as already described above.
One might assume that these fields ('BIC' and 'Website') do not exist in the SQLite database.
But I do not get an error message.
Greetings
Udo
Git commit f5b86b78d2d3abd0d29e975b51ee948766994188 by Thomas Baumgart. Committed on 01/12/2019 at 13:07. Pushed by tbaumgart into branch '5.0'. Fix storage of additional institution attributes in SQL backend FIXED-IN: 5.0.8 M +19 -1 kmymoney/plugins/sql/mymoneystoragesql.cpp M +5 -1 kmymoney/plugins/sql/mymoneystoragesql_p.h https://commits.kde.org/kmymoney/f5b86b78d2d3abd0d29e975b51ee948766994188 Git commit c404e6723ff6d9a9af3e4b171d82ae9a15bf74c4 by Thomas Baumgart. Committed on 01/12/2019 at 13:08. Pushed by tbaumgart into branch 'master'. Fix storage of additional institution attributes in SQL backend FIXED-IN: 5.0.8 (cherry picked from commit f5b86b78d2d3abd0d29e975b51ee948766994188) M +19 -1 kmymoney/plugins/sql/mymoneystoragesql.cpp M +5 -1 kmymoney/plugins/sql/mymoneystoragesql_p.h https://commits.kde.org/kmymoney/c404e6723ff6d9a9af3e4b171d82ae9a15bf74c4 |