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