> On Feb 29, 2016, at 2:20 PM, Hugi Thordarson <h...@karlmenn.is> wrote: > > What does validationQuery do?
Periodically executes for each pooled connection, and kills connections that throw during validation. So it ensures that all pooled connections are in a good state. Andrus