Postgres request throws ExecutionErr when trying to get value from field using enum.
We have a PostgreSQL database that we want to query. in one of the tables we use an enum as a type for one of the columns.
Performing just a basic
SELECT status FROM conversion_history
will throw this error:
What could be causing this?
Running the same query from Datagrip for example works without any problems.2 Replies