Extend the property identifier rule to allow defining propery name between 
doble quote
--------------------------------------------------------------------------------------

                 Key: GEOT-3122
                 URL: http://jira.codehaus.org/browse/GEOT-3122
             Project: GeoTools
          Issue Type: Improvement
          Components: core cql
    Affects Versions: 2.6.4
            Reporter: Mauricio Pazos


Nowadays, it is not possible to use an  ECQL/CQL language keyword as field 
identifier. By example
 LIKE > 1 <<< is not a valid sentence.

In SQL, the way to save this problem is to define the filed identifier between 
double quote. By example

CREATE TABLE test
(
   "LIKE" integer
)
Then you can ask for 
LIKE" > 1

We will adopt the SQL convention for the CQL/ECQL language.  This criteria will 
solve the problem of field defined with local set of character. By Example
CREATE TABLE test
{
   "naciĆ³n" character varying
}




-- 
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

       

------------------------------------------------------------------------------

_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to