[{:type org.postgresql.util.PSQLException
; :message "ERROR: operator does not exist: integer = character varying\n Hint: No operator matches the given name and argument types. You might need to add explicit type casts.\n Position: 296"
; :at [org.postgresql.core.v3.QueryExecutorImpl receiveErrorResponse "QueryExecutorImpl.java" 2725]}]
I solved this with this interceptor: Is this a good way to solve this error, or there is a better approach to this issue?
Thanks a lot!