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