Between predicate with expressions
----------------------------------

                 Key: GEOT-1869
                 URL: http://jira.codehaus.org/browse/GEOT-1869
             Project: GeoTools
          Issue Type: Improvement
          Components: core cql
    Affects Versions: 2.5-M2
            Reporter: Mauricio Pazos
            Assignee: Mauricio Pazos
             Fix For: 2.5-M3


Nowadays CQL parses "between predicate" using the following  rule:

<between predicate> ::= <attribute-name> [ NOT ] BETWEEN <literal> AND <literal>

TXT is extending to allow comparison between expressions. This is the new rule

<between predicate> ::= <expression> [ "NOT" ] "BETWEEN" <expression> "AND" 
<expression>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to