1.2.2: 2006-12-07 Murray Cumming * glom/mode_data/box_data.cc: get_related_record_exists(): * glom/mode_data/box_data_list_related.cc: refresh_data_from_database(): In WHERE clauses, specify the table name, to avoid ambiguity when two of the tables have the same field names. This avoids a SQL error. 2006-12-03 Murray Cumming * glom/mode_data/box_data_list.cc: create_layout_add_group(): Check that fields exist before adding them as columns, to avoid SQL errors when we have failed (we should not fail) to rename something everywhere. 2006-11-17 Murray Cumming * glom/libglom/utils.cc: Remove unnessary static keyword to partly fix the cygwin build.