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