Released 4.0.2 2009-04-18 Vivien Malerba * providers/postgres/gda-postgres-provider.c: display a warning when the PostgreSQL provider does not identify any data type 2009-04-17 Vivien Malerba * providers/postgres/gda-postgres-provider.c: fix for bug #578748 * libgda/sqlite/gda-sqlite.h: * libgda/sqlite/gda-sqlite-meta.c: * libgda/sqlite/gda-sqlite-provider.c: make the SQLite provider compile with a system installed SQLite * configure.in: a system installed SQLite is now only searched for if the --enable-system-sqlite option is passed, and the presence of the sqlite3CreateFunc symbol is not anymore required. The only drawback of using a system installed SQLite is that meta data regarding functions will not be available * libgda/handlers/gda-handler-time.c: fix mem leak 2009-04-07 Vivien Malerba * configure.in: - set version to 4.0.2 - detect uint8_t presence * libgda/gda-meta-store.c: - correction in gda_meta_store_schema_get_structure() - correction in the "cnc" property * tools/web-server.c: don't check for uint8_t * doc/C: doc. updates