Released 3.99.13 2009-03-07 Vivien Malerba * libgda/gda-value.c: improved performances on gda_binary_to_string() and gda_string_to_binary(): removed g_memmove() usage and convert any non ASCII printable char to an octal representation (don't bither with unicode anymore) 2009-03-05 Vivien Malerba * libgda/gda-value.c: fix for bug #574193 * tests/Makefile.am: * tests/test-ddl-creator.c: remove created DB before running test, and run as a test * tests/Makefile.am: * tests/tests/test-bin-converter.c: new test for gda_binary_to_string() and gda_string_to_binary() 2009-03-04 Vivien Malerba * configure.in: use ncurses if found instead of ncuses, fixes bug #574021 * tools/tools-input.c: currected compilation issue if readline is not found, fixes bug #574020 2009-03-03 Vivien Malerba * configure.in: * libgda/Makefile.am: * libgda/gda-data-model-bdb.c: * providers/bdb/Makefile.am: the berkeley db livrary is now loaded only when needed: the libgda library is not linked directly with it anymore 2009-03-02 Vivien Malerba * tools/gda-sql.c: - corrected the "\i" command - corrected multi line commands handling * tools/gda-threader.c: removed unnecessary warning * tests/parser: added a new test which checks the parsing of whole script files * libgda/sql-parser/gda-sql-parser.c: consider a single '#' to be the start of a comment up to the end of the line for MySQL * libgda/libgda.symbols: added missing symbols (gda_data_model_error_get_type and gda_utility_data_model_find_column_description), and other corrections * libgda/sqlite/: renamed symbols which are not supposed to be exported 2009-02-28 Vivien Malerba * configure.in: set version to 3.99.13