impossibl / pgjdbc-ng

A new JDBC driver for PostgreSQL aimed at supporting the advanced features of JDBC and Postgres
https://impossibl.github.io/pgjdbc-ng
Other
601 stars 108 forks source link

With JDBI3 - org.jdbi.v3.core.ConnectionException: java.sql.SQLException: Unwrap error #418

Closed rsimonton closed 5 years ago

rsimonton commented 5 years ago

I'm getting an "Unwrap Exception" trying to use the driver in concert with JDBI. I've posted the details over at StackOverflow, hopefully it's ok if I just link to it instead of rehashing the post, thanks.

https://stackoverflow.com/questions/56588224/sqlexception-unwrap-error-with-jdbi-and-pgjdbc-ng-postres-driver

kdubb commented 5 years ago

I believe the answer is to stop using PostgresPlugin. Read my StackOverflow answer for the details.