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

feat(sqlx-core): add table function to database error #2616

Merged

Conversation

saiintbrisson
Copy link
Contributor

Adds a new table function to the DatabaseError trait. This change facilitates building
driver-agnostic error handling.

Though only available with the Postgres driver, there's already a constraint function that's
also only available through Postgres.

The motivation is partially the same as #2109.

@abonander abonander merged commit 3db1675 into launchbadge:main Jul 14, 2023
57 checks passed
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.

None yet

2 participants