You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered: