We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second account is added to the database, but not to the source list after added the app crashes
[DEBUG 16:31:28.855111] Sidebar.vala:912: row activated [INFO 16:31:28.870783] [Gtk] GtkDialog mapped without a transient parent. This is discouraged. [DEBUG 16:31:45.898611] Database.vala:964: executing query: INSERT INTO `accounts` (`number`, `description`, `balance`, `type`) VALUES ('Caixa', 'Federal', 50.0, 0); ** ERROR:treemap.c:7246:gee_tree_map_value_collection_real_add: code should not be reached Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
After deleting the database and restarting the app the problem seems not to occur anymore.
Sorry, something went wrong.
fix(Database): temporarily disable account caching
baa6099
this is causing issue #10
The problem is in the account's caching. Disabling it for now.
No branches or pull requests
Second account is added to the database, but not to the source list
after added the app crashes
The text was updated successfully, but these errors were encountered: