Subject Re: [firebird-support] is query size a factor
Author Ann W. Harrison
sathiesh81 wrote:

> I tried to execute a query having size more than 15KB. It gives error
> message as:
>
> Invalid token.
> invalid request BLR at offset 1286.
> BLR syntax error: expected record selection expression clause at
> offset 1286, encountered 36.
>

No, you've hit a wrap-around (I think) in the byte counter of
conjuncts (i.e. <field> <comparator> <value> clauses) in the
selection expression (i.e. WHERE and ON).


Regards


Ann