database.defaultProvider.testAfterUse/testBeforeUse should default to false
Key details
Description
database.defaultProvider.testAfterUse defaults to true, causing the testSQL to be executed for each connection and disconnection to the database. Lets have this be false to provide a slightly faster experience out of the box, somebody will probably find a logic reason why this should default to true, but until then!
database.defaultProvider.testAfterUse defaults to true, causing the testSQL to be executed for each connection and disconnection to the database. Lets have this be false to provide a slightly faster experience out of the box, somebody will probably find a logic reason why this should default to true, but until then!