Edoardo Panfili wrote: > org.postgresql.util.PSQLException: ERROR: operator does not exist: > bigint = character varying > ps.setString(1, rilievo.dato[Rilievo.ID]); Use a setter that's appropriate to the type e.g. setLong(), not setString(). -O
pgsql-jdbc by date:
Соглашаюсь с условиями обработки персональных данных