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