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