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

Resolved many database errors #377

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

michael-j-green
Copy link
Member

  • Resolved missing table errors.
    • These were due to some dynamically created tables being queried before they were created.
    • These tables are now created at start up.
  • Resolved many "INSERT" errors that were polluting the logs:
    • These were due to a race condition where sometimes the database would return the data as not being in the database causing Gaseous to try to insert it - even though the data was already there.

@michael-j-green michael-j-green added bug Something isn't working database labels Jun 26, 2024
@michael-j-green michael-j-green added this to the v1.7.4 milestone Jun 26, 2024
@michael-j-green michael-j-green self-assigned this Jun 26, 2024
@michael-j-green michael-j-green merged commit 787bb47 into branch-v1.7.0 Jun 26, 2024
@michael-j-green michael-j-green deleted the 374-database-exceptions branch June 26, 2024 05:01
@michael-j-green michael-j-green linked an issue Jun 26, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working database
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve duplicate entry exceptions
1 participant