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

Reply via email to