Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev]CheckIn:Fix bugzilla bug 123957:Script data can't be readwhen use Top n/Bottom n/Top percent/Bottom percent in filters

Title: [birt-dev]CheckIn:Fix bugzilla bug 123957:Script data can't be read when use Top n/Bottom n/Top percent/Bottom percent in filters

Sorry, the bugzilla bug number is 123954.

 

 

Thanks.

Mingxia

 

-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of
Mingxia Wu
Sent: 2006
117 14:34
To:
birt-dev@xxxxxxxxxxx
Subject: [birt-dev]CheckIn:Fix bugzilla bug 123957:Script data can't be readwhen use Top n/Bottom n/Top percent/Bottom percent in filters

 

- Summary:
Fixed bugzilla 123957

 

- Bugzilla Bug (s) Resolved:
Fix bug 123957: Script data can’t be read when use Top n/Bottom n/Top percent/Bottom percent in filters.

 

- Description:
In Script data source, all columns are taken on as customed field. So in filter parser, the replaceCustomedField must be called. But if the iccstate is null or the replace has failed, it returns Null Node to instead of the original. So we must get the original if there is null node returned.

 

- Tests Description:
Unit test

- Files Edited: 

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/FilterExpressionParser.java
/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/ScriptedDSTest.java
/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/golden/ScriptedDSTest.testFetch3.txt

- Files Added:

- Code Reviewer:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

- Notes to Documentation: n


Back to the top