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
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
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
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