1 |
|
2011-01-19 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/new_sql.py |
4 |
|
(SchemaCreator._createChoice): Fix traversing choicelists wich |
5 |
|
conditional nodes. |
6 |
|
|
7 |
|
2011-01-11 Torsten Irlaender <[email protected]> |
8 |
|
|
9 |
|
* formed/formed/model/exprtree.py: Added List-Node and Contains |
10 |
|
function. |
11 |
|
|
12 |
|
2010-12-27 Torsten Irlaender <[email protected]> |
13 |
|
|
14 |
|
* formed/formed/model/data.py (WidgetCollector.visitor): Removed |
15 |
|
clause to ignore Repeatgroups. |
16 |
|
|
17 |
|
2010-12-13 Torsten Irlaender <[email protected]> |
18 |
|
|
19 |
|
* formed/formed/model/data.py (GroupNode.isRepeat): Issue1565: Fixed |
20 |
|
isRepeat function. Check typ instead of repeat attribute. Removed |
21 |
|
setRepeat function (not used anywhere) |
22 |
|
|
23 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/rules_sh.py (generate_tagging): |
26 |
|
Remove unused variable "inserts" and corresponding commented out |
27 |
|
code. |
28 |
|
|
29 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* formed/formed/plugins/export/rules_sh.py: Remove some commented |
32 |
|
out code. |
33 |
|
|
34 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
35 |
|
|
36 |
|
* formed/formed/plugins/export/rules_sh.py: expand star-import. |
37 |
|
|
38 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
39 |
|
|
40 |
|
* formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary): |
41 |
|
Put parentheses around the comparison for the KNOWN operator in |
42 |
|
the generated SQL to ensure correct evaluation order. |
43 |
|
|
44 |
2010-11-24 Bernhard Herzog <[email protected]> |
2010-11-24 Bernhard Herzog <[email protected]> |
45 |
|
|
46 |
* formed/formed/plugins/export/rules_sh.py (binary_operator_map): |
* formed/formed/plugins/export/rules_sh.py (binary_operator_map): |