--- trunk/ChangeLog 2007/10/06 21:17:00 201 +++ trunk/ChangeLog 2007/10/07 10:37:02 204 @@ -1,3 +1,24 @@ +2007-10-07 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT + rules referenced none existing views. + +2007-10-07 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT + rules for views. TODO: add UPDATE rules. + +2007-10-07 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/old_sql.py: New. Contains + the legacy SQL export filters. + + * tools/formed/formed/plugins/export/sql.py: Factored out the + legacy SQL export filters to old_sql. + + * tools/formed/formed/config.py: Adjusted to fetch legacy + filters from old_sql. + 2007-10-06 Sascha L. Teichmann * pdf2xfa/**: Initial import of the PDF to XFA server.