139964 Allow for optional SQL statement to initialise new connections in the pool
We added a new optional DataSource config property calledinitConnectionSql
. When set, the connection pool will trigger the specified SQL when a new connection is added to the pool.