2004-07-22 Rodrigo Moya Released 1.1.5. 2004-07-16 Rodrigo Moya * Makefile.am: EXTRA_DIST mkinstalldirs :( 2004-07-11 Vivien Malerba * providers/postgres/gda-postgres-recordset.c: bug fixed for annoying warning message 2004-07-05 Murray Cumming * providers/postgres/util.c: gda_postgres_type_oid_to_gda(): Do not read past the end of the type_data array. Found by valgrind. 2004-06-25 Vivien Malerba * providers/odbc/gda-odbc-provider.c: fixed a recordset column fori bug #144923 2004-06-24 Vivien Malerba * libsql/*: improved parsing of condition operators (added regex operators such as "~", "~*", etc and "SIMILAR TO", and modified the sql_condition structure to add a "negated" attributes for negated conditions and the sql_condition_operator enum for the new recognized operators. 2004-06-10 Murray Cumming * libgda/gda-value.[h|cc]: Add get_type(), copy(), and free() functions for GdaMoney and GdaNumeric so that they are real boxed types.