Bugs fixed:
Return
java.lang.Double
forFLOAT
type fromResultSetMetaData.getColumnClassName()
. (Bug#2855)Return
[B
instead ofjava.lang.Object
forBINARY
,VARBINARY
andLONGVARBINARY
types fromResultSetMetaData.getColumnClassName()
(JDBC compliance). (Bug#2855)Issue connection events on all instances created from a
ConnectionPoolDataSource
. (Bug#2855)Return
java.lang.Integer
forTINYINT
andSMALLINT
types fromResultSetMetaData.getColumnClassName()
. (Bug#2852)Added
useUnbufferedInput
parameter, and now use it by default (due to JVM issue http://developer.java.sun.com/developer/bugParade/bugs/4401235.html) (Bug#2578)Fixed failover always going to last host in list. (Bug#2578)
Detect
on
/off
or1
,2
,3
form oflower_case_table_names
value on server. (Bug#2578)AutoReconnect
time was growing faster than exponentially. (Bug#2447)Trigger a
SET NAMES utf8
when encoding is forced toutf8
orutf-8
using thecharacterEncoding
property. Previously, only the Java-style encoding name ofutf-8
would trigger this.