On Monday 23 February 2009 12:45:19 Nick Griffiths (JIRA) wrote:
> There doesn't seem to be a way to do case-insensitive filtering through the
> CQL/Filtering api, so I'm guessing the LIKE should be changed to ILIKE to
> make the Postgis driver work like all the others.  Not sure what CQL says
> about case-sensitivity...
I have a look in the specification but I did not find any thing about case-
sensitivity in like statement. The general idea is that the CQL is a SQL like, 
so the semantic of like statement should be case-sensitive.  

Maybe we could add the ILIKE statement (under ECQL umbrella), thus:
- LIKE generates (or builds) PropertyIsLike
- ILIKE generates (or builds) ???? (org.opengis.filter has not a filter for 
ILIKE).

cheers
-- 
Mauricio Pazos
www.axios.es

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to