Quarkus: Add datasource configurations for initSQL and validationQuery

Created on 18 Sep 2019  路  3Comments  路  Source: quarkusio/quarkus

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.

good first issue kinenhancement

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

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings