Description
Just tried to set up a connection pool using Quarkus. The first limitation is that there are no configuration keys for initSQL and validationQuery which can be configured using the application.properties file.
Initial SQL is now implemented in 0.24.0 release. Check quarkus.datasource.new-connection-sql
in https://quarkus.io/guides/datasource-guide
@anamarija maybe you could work on the addition of validationQuery
?
ok.
Most helpful comment
Initial SQL is now implemented in 0.24.0 release. Check
quarkus.datasource.new-connection-sql
in https://quarkus.io/guides/datasource-guide