David Lloyd wrote:
All newer versions of MySQL Connector are (supposed to be) JDBC 4 compliant. See here:
http://dev.mysql.com/doc/refman/5.6/en/connector-j.html
"MySQL Connector/J is a JDBC Type 4 driver. Different versions are available that are compatible with the JDBC 3.0 and JDBC 4.0 specifications." However, I've checked several of the 5.1.xx versions and they all return
Is JDBC-compliant = false
Strange.