2007-11-18  Murray Cumming  <murrayc@murrayc.com>

	* libgda/src/blobop.hg:
	* libgda/src/column.hg:
	* libgda/src/columnindex.hg:
	* libgda/src/connection.hg:
	* libgda/src/dictdatabase.hg:
	* libgda/src/parameter.hg:
	* libgda/src/queryfieldvalue.hg:
	* libgda/src/row.hg:
	* libgda/src/serveroperation.hg:
	Remove trailing ;s to avoid warnings when --pedantic is used with 
	gcc.

2007-09-30  Armin Burgmeier  <armin@openismus.com>

	* examples/simple/main.cc:
	* examples/simple_iter/main.cc: Fixed build with disabled exceptions.

2007-09-28  Murray Cumming  <murrayc@murrayc.com>

	* libgda/libgdamm/value.cc:
	* libgda/libgdamm/value.h: Added get_ulong() and set_ulong() and 
	a constructor.

2007-09-27  Murray Cumming  <murrayc@murrayc.com>

	* examples/simple/main.cc: Add a cnc_string to the DataSourceInfo to 
	specify the table, to make this work. Catch exceptions.
	* examples/simple_iter/main.cc: Use a full cnc_string instead of a 
	DataSourceInfo, to show how that is done.
	* libgda/src/datamodel.hg: describe_column(): Use refreturn to avoid 
	a reference-counting problem.

2007-09-27  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* examples/Makefile.am:
	* examples/simple_iter/main.cc: Added an example that uses ITER_MODEL_ONLY.
	This does not actually work, and the simple example probably doesn't work either, 
	because we have not specified a table name - see bug #480860. Everybody must 
	be using the DSN string instead of the DataSourceInfo.

2007-09-25  Murray Cumming  <murrayc@murrayc.com>

	* libgda/src/connectionevent.hg: Put the enums inside the Gnome::Gda namespace instead of 
	inside Gnome::.

2007-09-17  Murray Cumming  <murrayc@murrayc.com>

	* libgda/src/connection.ccg:
	* libgda/src/connection.hg: Added execute_select_command() and execute_non_select_command() that 
	take the command as a string and that take a parameter list, for convenience.
	* libgda/src/parameterlist.hg: Remove add_param_*() methods, because we already have add_parameter() 
	methods that wrap the same C functions. Ref the return, to avoid a crash. None of these could have 
	worked before.