1 |
2009-04-24 Sascha L. Teichmann <[email protected]> |
2009-04-28 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
4 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
5 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
6 |
|
|
7 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
8 |
|
The old one is deactivated. |
9 |
|
|
10 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
11 |
|
|
12 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
15 |
|
TODO: Adjust execution rights. |
16 |
|
|
17 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
20 |
Add functions to create dataset. |
Add functions to create dataset. |