/[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 430 by bh, Wed Nov 24 17:11:42 2010 UTC
# Line 1  Line 1 
1    2010-11-24  Bernhard Herzog  <[email protected]>
2    
3            * formed/formed/plugins/export/rules_sh.py (generate_tagging):
4            Remove unused variable "inserts" and corresponding commented out
5            code.
6    
7    2010-11-24  Bernhard Herzog  <[email protected]>
8    
9            * formed/formed/plugins/export/rules_sh.py: Remove some commented
10            out code.
11    
12    2010-11-24  Bernhard Herzog  <[email protected]>
13    
14            * formed/formed/plugins/export/rules_sh.py: expand star-import.
15    
16    2010-11-24  Bernhard Herzog  <[email protected]>
17    
18            * formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary):
19            Put parentheses around the comparison for the KNOWN operator in
20            the generated SQL to ensure correct evaluation order.
21    
22    2010-11-24  Bernhard Herzog  <[email protected]>
23    
24            * formed/formed/plugins/export/rules_sh.py (binary_operator_map):
25            New.  Map binary formed expr operators to their SQL counterparts.
26            (sql_OperatorBinary): Use binary_operator_map instead of a cascade
27            of if-statements with lots of code duplication.  Also, put
28            parentheses around the resulting SQL expression to make sure the
29            expression is correctly.  This fixes a problem with WASKO tagging
30            rules, where the a FormEd expression of the form like "2 1 1980
31            date 1 1 1980 date - 93 *" would be incorrectly converted to the
32            SQL expression "93 * '1980-01-02'::date - '1980-01-01'::date"
33    
34    2010-11-24  Bernhard Herzog  <[email protected]>
35    
36            * formed/formed/plugins/export/rules_sh.py: Fix formatting.
37    
38    2010-11-15  Torsten Irlaender <[email protected]>
39    
40            * formed/formed/model/data.py: Do not set attribute "repeat" for
41            Repeat-Groups.
42    
43  2010-11-10  Torsten Irlaender <[email protected]>  2010-11-10  Torsten Irlaender <[email protected]>
44    
45          * 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.430

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26