1 |
2007-10-04 Sascha L. Teichmann <[email protected]> |
2007-10-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
4 |
|
rules for views. TODO: add UPDATE rules. |
5 |
|
|
6 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
9 |
|
the legacy SQL export filters. |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
12 |
|
legacy SQL export filters to old_sql. |
13 |
|
|
14 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
15 |
|
filters from old_sql. |
16 |
|
|
17 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
20 |
|
|
21 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
24 |
that made choices of three elements to booleans if |
that made choices of three elements to booleans if |
25 |
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
26 |
|
|
27 |
2007-10-04 Sascha L. Teichmann <[email protected]> |
2007-10-05 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
* tools/formed/formed/plugins/export/sql.py: Select ids of |
* tools/formed/formed/plugins/export/sql.py: Select ids of |
30 |
underlaying tables in views too. |
underlaying tables in views too. |