beam icon indicating copy to clipboard operation
beam copied to clipboard

Improved error for ColumnTypeMismatch

Open thomasjm opened this issue 2 years ago • 0 comments

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.

thomasjm avatar Jan 04 '24 02:01 thomasjm