
For Relase 0.4
===============
I've renamed all the function for DB access to have a prefix of gda.

The functions are now compiled as a library (no shared lib, because
that's easier to debug and libtools can't link with relative library paths).

More functions are implemented.

The gnome-dbadm applications has more functionality.

I'm planning to develop a grid widget (see directories grid/ and testing/)
for data display and entry. This grid widget will be used in the gnome-db-display.c
module instead of the CList widget. Lot's of design work has to be done (think
of data consistency and locking). My first attempt has been to rip out the sheet
code from gnumeric, but i realized that, event it's possbile, the parameters
for usage are way too different.

Many, many bugixes in the postgres ODBC code.

Next steps:
===========
The grid widget.

CORBA'fication of the whole gda library.

Implementation of other gda libraries, for example flat file access. The
idea is that normal text files with a record structure can be used as tables.
Of course npo queries are possble but selecting from a table (a file) and
inserting and updating of records should be possible.


