# ChangeLog for dev-java/jdbc-mysql # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/ChangeLog,v 1.4 2003/12/24 19:18:32 mholzer Exp $ *jdbc-mysql-3.0.9 (24 Dec 2003) 24 Dec 2003; Martin Holzer jdbc-mysql-3.0.9.ebuild: Version bumped. Closes 34116 *jdbc-mysql-3.0.8 (04 Jun 2003) 04 Jun 2003; Dylan Carlson jdbc-mysql-3.0.8.ebuild: Bugfix version bump. Closes #22178. Changes in this version: * Allow bogus URLs in Driver.getPropertyInfo(). * Return list of generated keys when using multi-value INSERTS with Statement.getGeneratedKeys(). * Use JVM charset with filenames and 'LOAD DATA [LOCAL] INFILE' * Fix infinite loop with Connection.cleanup(). * Changed Ant target 'compile-core' to 'compile-driver', and made testsuite compilation a separate target. * Fixed result set not getting set for Statement.executeUpdate(), which affected getGeneratedKeys() and getUpdateCount() in some cases. * Unicode character 0xFFFF in a string would cause the driver to throw an ArrayOutOfBoundsException * Return correct amount of generated keys when using 'REPLACE' statements. * Fix problem detecting server character set in some cases. * Fix row data decoding error when using _very_ large packets. * Optimized row data decoding. * Issue exception when operating on an already-closed prepared statement. * Fixed SJIS encoding bug, thanks to Naoto Sato. * Optimized usage of EscapeProcessor. * Fixed numbering of KEY_SEQ column in DBMD.getImported/Exported keys * Allow multiple calls to Statement.close() * Use hex escaping for PreparedStatement.setBytes()/setBinaryStream() when the character set is Shift_JIS, workaround for parsing bug in server. * Added whitespace insensitivity to EscapeProcessor. *jdbc-mysql-2.0.14 (14 May 2003) 14 May 2003; Dylan Carlson jdbc-mysql-2.0.14.ebuild, jdbc-mysql-3.0.7.ebuild: "mmmysql" has been retired from Sourceforge, and is now officially part of MySQL's family, now known as Connector/J. In an effort to also keep the naming consistent with other jdbc offerings, this port is being renamed to jdbc-mysql. The name of the JAR file has changed as well, so please make a note of it. *mysql-jdbc-3.07 (26 Apr 2003) 08 May 2003; Robin Johnson mysql-jdbc-3.07.ebuild: mark as stable for x86 26 Apr 2003; Robin Johnson mysql-jdbc-3.07.ebuild, files/21mysqlconnector: added new version in unstable *mysql-jdbc-2.0.14 (08 Jul 2002) 08 Jul 2002; Maik Schreiber : New version, closes bug #3760. *mysql-jdbc-1.2.3-r1 (01 Feb 2002) 20 Sep 2002; Mike Frysinger : Updated HOMEPAGE variable 01 Aug 2002; Karl Trygve Kalleberg mysql-jdbc-1.2.3-r1.ebuild : Added LICENSE, SLOT and KEYWORDS. 01 Feb 2002; G.Bevin ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository.