Merge branch 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP into dev

# By ptemplier
# Via Brett Wooldridge (1) and ptemplier (1)
* 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP:
  Typo in README.MD
pull/190/head
Brett Wooldridge 11 years ago
commit 1baefd43cf

@ -143,7 +143,7 @@ value of 0 indicates no maximum lifetime (infinite lifetime), subject of course
*Default: 1800000 (30 minutes)* *Default: 1800000 (30 minutes)*
:abc:``connectionTestQuery``<br/> :abc:``connectionTestQuery``<br/>
**If your drvier supports JDBC4 we strongly recommend not setting this property.** This is for **If your driver 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 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, connection to the database is still alive. *Again, try running the pool without this property,

Loading…
Cancel
Save