2000-02-08  Matias Mutchinick <mmb@quetzal.innsz.mx>

	*src/mysql.c :
	Fixed a spelling error "Precition" -> "Precision"

2000-01-15  Matias Mutchinick <mmb@quetzal.innsz.mx>

	* src/mysql.c (TableDesignerCreateQuery): 
	Fixed bug: When the first field in the definition was NULL
	the query string had an error, no field definition was written
	between the first parent and the first coma.
	Added a counter (i) for the fields written into the query string,
	so unless ( i != 0 ) we dont add a coma, and (i) is only 
	incremented if a field has been written.

2000-01-09  Matias Mutchinick <mmb@quetzal.innsz.mx>

	* src/mysql.c (Exec):
	Fixed bug, #mysql_store_result was called before
	executing the query, it was called also later that's
	why it worked ok, I removed the unnecesary 
	#mysql_store_result.

1999-12-26  Matias Mutchinick <mmb@quetzal.innsz.mx>

	* src/mysql.c (Exec): 
	Now the member fields of the GTransIFaseResult, must me
	a NULL terminated arry.


1999-12-26  Matias Mutchinick <mmb@quetzal.innsz.mx>

	* src/mysql.c: 
	Changed TableDesignerErrorMsg from a function to
	an arry of string messages.
	
1999-12-26  Matias Mutchinick <mmb@quetzal.innsz.mx>

	* src/mysql.c (TableDesignerValidateFields): 
	Instead of generating the error message with g_strconcat,
	I changed it for g_strdup_printf.
	
1999-12-12  Matias Mutchinick <mmb@quetzal.innsz.mx>

	* src/mysql.c (Exec): 
	Merged Result and Exec, into Exec.
	This helps to get better error messaging.

