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

Improved error for ColumnTypeMismatch #696

Merged

Conversation

thomasjm
Copy link
Contributor

@thomasjm thomasjm commented Jan 4, 2024

I was getting ColumnTypeMismatch errors and finding them to be pretty opaque if you don't know what column is causing the problem.

It turns out the Postgres error types have an errSQLField which is useful to expose in the error message.

@LaurentRDC LaurentRDC merged commit 7e69397 into haskell-beam:master Jul 9, 2024
1 check passed
@LaurentRDC
Copy link
Member

Looks very sensible, thanks!

LaurentRDC added a commit that referenced this pull request Jul 9, 2024
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.

2 participants