Add a feature request to Jira I guess. Of course you can already achieve
this using a custom ConnectionProvider and most connection pools allow such
things. For me personally this is not a critical feature.
On Mon, May 13, 2019 at 7:57 AM Jordan Gigov wrote:
> I thought it would be good to hav
I thought it would be good to have an API that will call any registered
queries upon connecting to the database, and maybe ones before returning it
to the connection pool.
I'm thinking it should be called in the implementations of ConnectionProvider
and MultiTenantConnectionProvider.
The basic pur