Skip to content
New issue

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

Fix application crash caused by unable to drop table #2919

Merged
merged 4 commits into from
Oct 24, 2024

Conversation

abraunegg
Copy link
Owner

  • Avoid crash caused by: sqlite.SqliteException@src/sqlite.d(141): no such table: item

* Avoid crash caused by: sqlite.SqliteException@src/sqlite.d(141): no such table: item
@abraunegg abraunegg added this to the v2.5.3 milestone Oct 22, 2024
@abraunegg abraunegg changed the title Avoid application crash caused by unable to drop table Fix application crash caused by unable to drop table Oct 22, 2024
@abraunegg abraunegg merged commit 4fd5f8b into master Oct 24, 2024
1 check passed
@abraunegg abraunegg deleted the fix-db-table-drop-issue branch October 24, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: application crash due to database table missing when attempting to re-create table
1 participant