* 2016-04-22, libpreludedb-3.0.0: No new changes. * 2016-04-15, libpreludedb-3.0.0rc4: Author: Yoann Vandoorselaere - Update SWIG bindings * 2016-04-08, libpreludedb-1.3.0rc3: Author: Yoann Vandoorselaere - Missing increment when adding static field * 2016-04-01, libpreludedb-1.3.0rc2: Author: Yoann Vandoorselaere - Standardize day of week extraction (monday=0, sunday=6) * 2016-03-25, libpreludedb-1.3.0rc1: No new changes. * 2016-03-18, libpreludedb-1.3.0beta2: Author: Yoann Vandoorselaere - Implement the SQL timezone() function * 2016-03-01, libpreludedb-1.3.0beta1: Author: Yoann Vandoorselaere - preludedb_sql_field_t conversion performance improvement - Missing config.h inclusion Author: Louis-David Gabet - Document the "optimize" command Author: Abdel Elmili - Fix URL and spelling mistakes * 2016-01-11, libpreludedb-1.3.0alpha1: Author: Yoann Vandoorselaere - Performance improvements - Support for format plugin initialization, optimize function - MySQL support for multiple statement - Use UNIX database connection by default - New get_last_insert_ident() API - Implement missing preludedb_sql_get_settings() - Implement preludedb_path_selection_set_column_count() Change to preludedb_path_selection_add_selected() so that the column count is retrieved only if it has not been manually set. - getValues() improvement Allow support for more complex request, with different level of code: max(extract(alert.create_time, "hour")) New public preludedb_sql_select_t API, deprecating classic_sql_select_t. - Improve error reporting