| Is this issue still solved? I'm currently using PostgreSQL 11, and Hibernate Core 5.3.7.Final and I still get a SQLGrammarException caused by `org.postgresql.util.PSQLException: ERROR: operator does not exist: text = bigint`. In my case I use Spring JPA but that should not make a difference. The column is declared as @Lob in Java and in SQL the column has the "TEXT" type. The same code works without any problems with MSSQL. |