brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.63k stars 2.9k forks source link

java.sql.SQLFeatureNotSupportedException: Feature not implemented: No details. #2188

Open betsy-john23 opened 3 months ago

betsy-john23 commented 3 months ago

It is been a while where i researched about this bug where it states

java.sql.SQLFeatureNotSupportedException: Feature not implemented: No details.

It looks like it is in the newer version. When I researched it , feels like something is broken? Any fix or patch on it ?

Screenshot 2024-03-16 at 4 48 00 PM
quaff commented 3 months ago

It's not related to HikariCP, Hibernate called connection.createNClob() but your jdbc driver (derby) doesn't implement it, then SQLFeatureNotSupportedException raised, it's expected behavior.