gweMysqlJDBC driver History
---------------------------

** Version 0.9.2a **
	Applied posted patch to fix empty/null passwords (Applied by monty)
	Applied posted patch to fix reading of BLOBS (Applied by monty).

** Version 0.9.2 **
16.03.1997
	Fixed a bug which confused the driver when all results are not read -
	modified ResultSet.close() to call gweMysql.reConnect. This quits the
	current query, closes the socket, and re-establishes a fresh one 
	with mysql. 

	Added a default mapping in gweMysql from an empty ("") user to "nobody", 
	when used in Connection con = DriverManager.getConnection(url, "", ""); 
	in the client code.

** Version 0.9.1 **
01.03.1997
	Fixed a bug in gweMysql.java which casued an exception when a table
	name is not returned with a query's column (e.g. when functions form 
	part of	the sql query, such as max(r1) etc.)

** Version 0.9 **
24.02.1997
	General beta release.
