From f39ab4f52565eec13e0dfb439db1a4b00db2a5f4 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Tue, 4 Nov 2014 21:23:17 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d49cf66f..34c4910f 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ value of 0 indicates no maximum lifetime (infinite lifetime), subject of course :abc:``connectionTestQuery``
**If your drvier supports JDBC4 we strongly recommend not setting this property.** This is for -"legacy" databases that do not support the JDBC4 Connection.isValid() API. This is the query that +"legacy" databases that do not support the JDBC4 ``Connection.isValid() API``. This is the query that will be executed just before a connection is given to you from the pool to validate that the connection to the database is still alive. **Again, try running the pool without this property, HikariCP will log a warning if your driver is not JDBC4 compliant to let you know.**