Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 165897Table column lost its data when insert a new column to the right

Title: CheckIn:Fix bugzilla bug 165897Table column lost its data when insert a new column to the right

- Summary:
Fix bugzilla bug
165897 Table column lost its data when insert a new column to the right

- Bugzilla Bug (s) Resolved:

Bug
165897

- Description:

The original code in data use different aggregation table when calculate nested
aggregations. Actually this is incorrect for the aggregations calculated later would dependent on the aggregations calculated early.And they are linked through aggregation id in aggregation table. When aggregations table changes the aggregation id for each aggregation changes as well, this will lead to invalid calculation result.



- Tests Description:
Manual test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/_expression_/ExpressionProcessor.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/_expression_/MultiPassExpressionCompiler.java"

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/golden/MultiplePassTest.testNestedTotal4.txt" "/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/golden/CachedMultiplePassTest.testNestedTotal4.txt"

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/MultiplePassTest.java"


- Files Added:

- Files Deleted









Back to the top