--- trunk/ChangeLog 2008/03/11 11:50:56 252 +++ trunk/ChangeLog 2008/03/12 10:18:23 256 @@ -1,3 +1,23 @@ +2008-03-12 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation + of anonymization of repeat groups (wrong id was given). + +2008-03-11 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Generate no update + statements for relations which have no anonym functions applied. + +2008-03-11 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Added a newline after + 'COMMIT;' in the last line. + +2008-03-11 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Fixed syntax of + generated anonymize_case() function. + 2008-03-11 Sascha L. Teichmann * tools/formed/formed/plugins/export/sql.py: Added code to