Subject Index out of bounds when reuse params
Author williamrocha
Hi,

In some cases when I reuse parameters I get "index out of bounds"
error.

SQL like

SELECT ...
WHERE A.X=:TEST
AND B.X=:TEST

To solve this problem I have to create 2 TEST parameters with the
same value

SELECT ...
WHERE A.X=:TEST1
AND B.X=:TEST2

IBO Version 4.8.6

It's a version bug?

Best Regards

William Rocha