We occasionally make use of CQL in our GeoServer layer definition (in Add a new layer, the very last option before Save is Restrict the features on layer by CQL filter.
My first question to the GeoServer team is: is this restricted to CQL, or does it allow ECQL too? I am assuming that ECQL is supported due to this statement:
So what would comment look like for CQL / ECQL ? Similar to SQL with a -- ? Looking around at other implementations --, /* ... */ and // are all supported.
Seeing as a CQL filter can be provided on a single line/URL, I think that an ‘open and close comment’ syntax would be important i.e. /* ... */ would be a good start.
Thanks for confirming that it currently does not exist.
So what would comment look like for CQL / ECQL ? Similar to SQL with a -- ? Looking around at other implementations --, /* ... */ and // are all supported.
On Fri, 28 Feb 2020 at 02:29, Peter Smythe <gs@…8839…> wrote:
Hi all
We occasionally make use of CQL in our GeoServer layer definition (in Add a new layer, the very last option before Save is Restrict the features on layer by CQL filter.
My first question to the GeoServer team is: is this restricted to CQL, or does it allow ECQL too? I am assuming that ECQL is supported due to this statement: