Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
betsy-john23 opened this issue Mar 16, 2024 · 1 comment

Comments

@betsy-john23
Copy link

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
Copy link
Contributor

quaff commented Mar 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants