CVS update: gnucash/src/backend/postgres

Derek Atkins warlord@linas.org
Sat, 16 Nov 2002 17:17:08 -0600 (CST)


Date:	Saturday November 16, 2002 @ 17:17
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/backend/postgres
In directory www.linas.org:/tmp/cvs-serv1040/src/backend/postgres

Modified Files:
	Makefile.am PostgresBackend.c account.c putil.h 
Added Files:
	putil.c 
Log Message:
	* Matthew Vanecek's patch:

	The attached patch contains some immediate bug fixes for the SQL
	back end, and it adds and error message string + accessor/mutator
	to Backend.  Also, in xaccAccountCommitEdit(), added the use of
	PWARN_GUI to display the error message.

	The bug fixes in the SQL backend involved converting the *_QUERY
	macros to functions.