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
When attempting to add a new account the following error occurs if the name of the account is not unique.
I achieved this error from setting my ENV variable to: EXPORT=G_DEBUG=ALL
[ERROR 19:40:31.764069] AddAccountDialog.vala:153: error while creating account (SQLite error 19: UNIQUE constraint failed: accounts.number) Trace/breakpoint trap
The text was updated successfully, but these errors were encountered:
I experience the same. When I attempt to create an account with a non-unique name, the application crashes.
System Info
Sorry, something went wrong.
No branches or pull requests
Process
When attempting to add a new account the following error occurs if the name of the account is not unique.
I achieved this error from setting my ENV variable to: EXPORT=G_DEBUG=ALL
System Info
The text was updated successfully, but these errors were encountered: