Fixes bugs found since release 5.1.11.
Bugs fixed:
The catalog parameter was ignored in the
DatabaseMetaData.getProcedure()
method. It returned all procedures in all databases. (Bug#51022)A call to
DatabaseMetaData.getDriverVersion()
returned the revision asmysql-connector-java-5.1.11 ( Revision: ${svn.Revision} )
. The variable${svn.Revision}
was not replaced by the SVN revision number. (Bug#50288)