[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev] CheckIN:Fix bugzilla bug 181568&180839
|
Title: CheckIN:Fix bugzilla bug 181568&180839
- Summary:
Fix bugzilla bug 181568 Exception is thrown out when preview a report with a crosstab whose row, column and measure is not defined [1100]
Fix bugzilla bug 180839 The incorrect _expression_ of level also can get the correct result[1102]
- Bugzilla Bug (s) Resolved:
181568&180839
- Description:
Add validation logic on cube query definition.
- Tests Description:
Unit 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/olap/query/view/QueryExecutor.java"
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/CubeQueryValidator.java"
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/Messages.properties"
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java"
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/MeasureNameManager.java"
"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/cursor/CursorNavigatorTest.java"
"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/cursor/CursorModelTest.java"
- Files Added:
- Files Deleted