How can I run a custom SQL statement directly after obtaining a DB connection with Spring Boot?
The SQL needs to be run each time a new connection is established.
The solution should work with the Spring Boot default DataSource implementation (which I think is a Tomcat pooling data source).
It doesn't really matter what the statement is, but in my case it will be ALTER SESSION SET CURRENT_SCHEMA=xxxx