Bugs fixed:
Fixed composite key problem with updatable result sets.
Faster ASCII string operations.
Fixed off-by-one error in
java.sql.Blob
implementation code.Fixed incorrect detection of
MAX_ALLOWED_PACKET
, so sending large blobs should work now.Added detection of -/+INF for doubles.
Added
ultraDevHack
URL parameter, set totrue
to enable (broken) Macromedia UltraDev to use the driver.Implemented
getBigDecimal()
without scale component for JDBC2.