Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] ecql - new syntax for <ID Predicate>

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


Back to the top