Postgresql – Simple query fails with: operator does not exist: bigint = character varying with Postgres jdbc
I have simple query: /* crm_person */ select /*query crm_person*/ crm_pers.* from crm_person crm_pers where 1=1 and crm_pers.id = ? And params map: As result I am getting error - org.postgresql.util.PSQLException: ERROR: operator does not exist: bigint = character varying…