Bugs fixed:
XADataSource/ConnectionPoolDataSourcecode (experimental)DatabaseMetaData.getPrimaryKeys()andgetBestRowIdentifier()are now more robust in identifying primary keys (matches regardless of case or abbreviation/full spelling ofPrimary KeyinKey_typecolumn).Batch updates now supported (thanks to some inspiration from Daniel Rall).
PreparedStatement.setAnyNumericType()now handles positive exponents correctly (adds+so MySQL can understand it).