Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Support direct usage of row["__rownum"] as group keys, etc.

- Summary:
Support direct usage of row[“__rownum”] as group key.


- Bugzilla Bug (s) Resolved:
None


- Description:
In original implementation, “__rownum” cannot be recognized as default row index column name so that need to be bound before being used. This is however incorrect and user should be able to refer to row[“__rownum”] without binding it. This check-in fixes this problem.


- Tests Description:
Unit test.

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

- Files Edited:
/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/GroupOnRowTest.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/_expression_/ExpressionCompilerUtil.java


- Files Added:

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/golden/GroupOnRowTest.testGroupOnRowPosition3.txt

 


Back to the top