[JPA] PostgreSQL 연동 시에 Method org.postgresql.jdbc.PgConnection.createClob() is not yet implemented 에러 해결
기존 mssql에서 postgresql로 전환을 좀 해볼까하여 다중 데이터베이스를 연결하는 도중에 아래와 같은 에러가 났다. java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgConnection.createClob() is not yet implemented. at org.postgresql.Driver.notImplemented(Driver.java:699) at org.postgresql.jdbc.PgConnection.createClob(PgConnection.java:1349) at com.zaxxer.hikari.pool.HikariProxyConnection.createClob(HikariProxyConnection...
Kotlin & JPA
2023. 6. 13. 16:17