Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn:Fix bugzilla bug 123389:JS is not supported in data set filter

Title: [birt-dev]CheckIn:Fix bugzilla bug 123389:JS is not supported in data set filter

- Summary:
Fix bugzilla bug 123389: JS is not supported in data set filter.


- Bugzilla Bug (s) Resolved:
Bug 123389


- Description:

The filter like row["ORDERDATE"].getFullYear()= 2003, it cannot work in dataset. The reason is that filter parsers isLegal method does not consider null expression. So when the expression is null, it need not to be checked the validility.


- Tests Description :
Unit test


- Files Edited:

/src/org/eclipse/birt/data/engine/impl/FilterExpressionParser.java

/test/org/eclipse/birt/data/engine/api/FilterByRowTest.java

/test/org/eclipse/birt/data/engine/api/golden/FilterByRowTest.testJSFilter.txt


- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 

- Notes to Documentation:  


Back to the top