History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GEOT-1932
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mauricio Pazos
Reporter: Mauricio Pazos
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GeoTools

TXT - expressions into IS NULL predicate

Created: 23/Jul/08 09:08 AM   Updated: 24/Jul/08 02:59 AM
Component/s: core cql
Affects Version/s: 2.5-M2
Fix Version/s: 2.5-M3

Issue Links:
dependent
 


 Description  « Hide
Nowadays CQL parses "is null predicate" using the following rule:

<null predicate> ::= <attribute name> "IS" [ "NOT" ] "NULL"

TXT is going to extend that to allow expressions. This is the new rule

<null predicate> ::= <expression> "IS" [ "NOT" ] "NULL"



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.