--- trunk/ChangeLog 2008/03/06 14:47:24 251 +++ trunk/ChangeLog 2008/03/11 16:54:29 255 @@ -1,3 +1,24 @@ +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 + generate a plpgsql function anonymize_case() that anonymized + a given case and all of its depending repeat groups. + 2008-03-06 Sascha L. Teichmann * tools/anonym/xmlimport.py: remove print of insert statement.