Hello everyone, 

recently, I have updated the syntax for <id predicate> (geotools since 
2.7.rc1)

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
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to