dba89fbc38
* support for Connection Attributes when used with MySQL Server versions (5.6+). 5.1.24 * support of password expiration protocol. This introduces new boolean connection property disconnectOnExpiredPasswords. 5.1.23 * added support of password expiration protocol. * driver now allows the mechanism for caching MySQL server configuration values replaceable at runtime. * Connection.setReadOnly() will take advantage of server-side support for read-only transactions present in MySQL-5.6 and newer. Calling .isReadOnly() will incur a round-trip if useLocalSessionState. 5.1.22 * support of ON UPDATE CURRENT_TIMESTAMP for TIMESTAMP and DATETIME fields. 5.1.21 * new built-in authentication plugin com.mysql.jdbc.authentication.Sha256PasswordPlugin ("sha256_password"). * Added new built-in authentication plugin com.mysql.jdbc.authentication.MysqlClearPasswordPlugin ("mysql_clear_password"). It allows C/J based clients to connect to MySQL accounts. * the ability to add new client-side prepared statement parse info caches * implemented several JDBC-4.1 methods from Java-7: 5.1.19: * Added support for pluggable authentication via the com.mysql.jdbc.AuthenticationPlugin - rebase and rename mysql-connector-java-5.1.19-java7.patch to * mysql-connector-java-7-jdbc-4.1.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/mysql-connector-java?expand=0&rev=15 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
mysql-connector-java-5.1.25-suse.tar.xz | ||
mysql-connector-java-7-jdbc-4.1.patch | ||
mysql-connector-java.changes | ||
mysql-connector-java.spec |