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

SQLite: Make foreign key errors on txn commit visible to app. #2933

Merged
merged 1 commit into from
Oct 17, 2024

Commits on Oct 15, 2024

  1. SQLite: Make foreign key errors on txn commit visible to app.

    I noticed the test was testing for an "internal error", which is always a bug, and implies that in prod an error would have been logged to Sentry. We can make this throw an application-visible error instead. This also makes the test output look less bad.
    kentonv committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bcda208 View commit details
    Browse the repository at this point in the history