How to use this driver in a Spring Boot application? #1172
Unanswered
aDramaQueen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I don't quiet understand how the pragma
jdbc.explicit_readonly=true
should work. If I run my Spring Boot application with this driver, the appropriate exception is thrown. But what now? Do I have to handle the exception by myself? This would mean I have to wrap each time I want to save something in a try-catch block. Is this meant to be like that?Below a snapshot from the exception with some SQL queries, that show Hibernate is initializing the necessary tables. But when my application is executing the first call to a
JPARepository
, thejava.sql.SQLException
is thrown.Beta Was this translation helpful? Give feedback.
All reactions