Re: [Geotools-devel] SqlBuilder improvements report

2008-05-06 Thread Jody Garnett
Andrea Aime wrote: > Jody Garnett ha scritto: >> Andrea Aime wrote: >>> * there is something strange going on in the filter encoders... >>>they do check if the filter is fully supported before proceeding, >>>but that in turn does not check whether the expressions inside the >>>filter ar

Re: [Geotools-devel] SqlBuilder improvements report

2008-05-06 Thread Andrea Aime
Jody Garnett ha scritto: > Andrea Aime wrote: >> * there is something strange going on in the filter encoders... >>they do check if the filter is fully supported before proceeding, >>but that in turn does not check whether the expressions inside the >>filter are supported, leading to a

Re: [Geotools-devel] SqlBuilder improvements report

2008-05-06 Thread Jody Garnett
Andrea Aime wrote: > * there is something strange going on in the filter encoders... >they do check if the filter is fully supported before proceeding, >but that in turn does not check whether the expressions inside the >filter are supported, leading to a situation where >one could

[Geotools-devel] SqlBuilder improvements report

2008-05-06 Thread Andrea Aime
Hi, so I've been working on adding support to SqlBuilder for encoding plain filters and plain expressions. This made me have a look around in the filter encoding stuff... here is some feedback: * SQLEncoderException is deprecated but everything is throwing it anyways, with a reminder to throw Fi