From f3b6f8ee688e36b7c442552858c2992293565fa4 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Tue, 28 Oct 2014 15:02:07 +0900 Subject: [PATCH] Updated changes log. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index adf88841..45ca301c 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,10 @@ Changes between 2.1.0 and 2.1.1 * drvierClassName is no longer a required property when jdbcUrl is specified. Omitting this property only works for compliant drivers. + * Add auto-detection of support for Statement.setQueryTimeout() used in the + alive check. Fixes failures with test queries on the PostgreSQL driver + when not using JDBC4 isValid() alive checks. + Changes between 2.0.1 and 2.1.0 * Significant internal refactor supporting creation of new proxy instances