Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:[132805] Set descending to outer group will affect inner group.

-          Summary:

Fix bugzilla bug 132805 Set descending to outer group will affect inner group.


- Bugzilla Bug (s) Resolved:
[132805] Set descending to outer group will affect inner group.


- Description:
The bug is fixed. Please note that the sort direction checkbox means "add group key in group instance sorters with given sort direction". Meanwhile, this sort cannot coexist with group instance sorters. If they both appear the group instance sorters will overpower this kind of sort.


- Tests Description:
Unit test


- Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutorUtil.java"

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

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/SubQueryTest.java"

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

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupCalculationUtil.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupWithIntervalsProcessor.java"

 

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupByDateRange.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupByNumberRange.java"

 

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/executor/transform/group/GroupByDateRangeTest.java" 

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/executor/transform/group/GroupByNumberRangeTest.java"

 

- Files Deleted:

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/golden/MultiplePassTest.testGroupSorting2.txt"

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top