1 |
|
2007-11-16 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
4 |
|
Append only column "bearbeiter_id", standins are modelled by a |
5 |
|
separate table. |
6 |
|
|
7 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
10 |
|
(calling a wrong method). |
11 |
|
|
12 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
15 |
|
'alternative' to all node components. This might be of help to |
16 |
|
match PDF imports where the descriptions do not match. |
17 |
|
|
18 |
|
2007-10-23 Frank Koormann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
21 |
|
|
22 |
|
2007-10-23 Frank Koormann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
25 |
|
value (-1) for choices and bools. |
26 |
|
|
27 |
2007-10-21 Frank Koormann <[email protected]> |
2007-10-21 Frank Koormann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
30 |
|
descriptive tables added. |
31 |
|
(Table.getName): new |
32 |
|
|
33 |
|
2007-10-21 Frank Koormann <[email protected]> |
34 |
|
|
35 |
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
36 |
statements for views and roles to make updates easier. |
statements for views and roles to make updates easier. |
37 |
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
38 |
|
|
39 |
2007-10-19 Frank Koormann <[email protected]> |
2007-10-19 Frank Koormann <[email protected]> |
40 |
|
|
41 |
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
42 |
for views. The statements are prepared for variable substitution |
for views. The statements are prepared for variable substitution |
43 |
when executing the SQL-scripts by psql. |
when executing the SQL-scripts by psql. |