/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 423 by torsten, Wed Nov 10 14:53:40 2010 UTC revision 438 by torsten, Wed Jan 19 10:59:45 2011 UTC
# Line 1  Line 1 
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]>
45    
46            * formed/formed/plugins/export/rules_sh.py (binary_operator_map):
47            New.  Map binary formed expr operators to their SQL counterparts.
48            (sql_OperatorBinary): Use binary_operator_map instead of a cascade
49            of if-statements with lots of code duplication.  Also, put
50            parentheses around the resulting SQL expression to make sure the
51            expression is correctly.  This fixes a problem with WASKO tagging
52            rules, where the a FormEd expression of the form like "2 1 1980
53            date 1 1 1980 date - 93 *" would be incorrectly converted to the
54            SQL expression "93 * '1980-01-02'::date - '1980-01-01'::date"
55    
56    2010-11-24  Bernhard Herzog  <[email protected]>
57    
58            * formed/formed/plugins/export/rules_sh.py: Fix formatting.
59    
60    2010-11-15  Torsten Irlaender <[email protected]>
61    
62            * formed/formed/model/data.py: Do not set attribute "repeat" for
63            Repeat-Groups.
64    
65  2010-11-10  Torsten Irlaender <[email protected]>  2010-11-10  Torsten Irlaender <[email protected]>
66    
67          * formed/formed/plugins/modify/rules.py: Fixed date sequence rule          * formed/formed/plugins/modify/rules.py: Fixed date sequence rule

Legend:
Removed from v.423  
changed lines
  Added in v.438

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26