--- trunk/ChangeLog 2009/02/06 17:24:27 307 +++ trunk/ChangeLog 2009/02/06 18:34:38 309 @@ -1,5 +1,17 @@ 2009-02-09 Sascha L. Teichmanne + * formed/formed/plugins/export/sql.py: replace '-' in names + by '_'. + +2009-02-09 Sascha L. Teichmanne + + * formed/formed/plugins/export/sql.py: to figure ou which + tables are equal the insert statememnts are lower cased + and sorted before they are compared. This reduces the number + of generated referfence tables. + +2009-02-09 Sascha L. Teichmanne + Repair SQL schema creation for radio groups. * formed/formed/plugins/export/sql.py: radio groups are handled