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

SQL error should include detail #11

Closed
jackc opened this issue Jul 18, 2019 · 1 comment
Closed

SQL error should include detail #11

jackc opened this issue Jul 18, 2019 · 1 comment

Comments

@jackc
Copy link
Owner

jackc commented Jul 18, 2019

ERROR:  new row for relation "sometable" violates check constraint "check_something"
DETAIL:  Failing row contains (1151, 0, 2019-07-18 11:36:26.853391-05, 2019-07-18 11:36:26.853391-05).

instead of

ERROR:  new row for relation "sometable" violates check constraint "check_something"
@jackc
Copy link
Owner Author

jackc commented Jul 19, 2019

Fixed in b13c07e.

@jackc jackc closed this as completed Jul 19, 2019
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

No branches or pull requests

1 participant