Thanks Mauricio:

I have updated the udig page here:
- http://udig.refractions.net/confluence/display/EN/Common+Query+Language

I am not sure about the integer type as fid; since for features we always turn 
the results into a string; usually by prefixing the type name.

Jody


On 25/06/2010, at 9:41 PM, Mauricio Pazos wrote:

> Hello everyone, 
> 
> recently, I have updated the syntax for <id predicate> 
> 
> The old syntax is: 
> 
> ID IN ('river.1', 'river.2')
> 
> The new syntax is:
> IN ('river.1', 'river.2')
> 
> or if you have an integer type as fid:
> 
> IN (300, 301)
> 
> etc
> 
> In the future, if someone uses the old syntax the following warning will be 
> sent to the log
> 
> "WARNING: ID IN (...) is a deprecated syntax, you should use IN (...) "
> 
> cheers
> -- 
> Mauricio Pazos
> www.axios.es
> 
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to