Subject RE: [IBO] Index out of bounds when reuse params
Author Jason Wharton
William,

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

I intend that having multiple parameters of the same type should work and if
this happens I do indeed consider it a bug.

Please provided a test case where this happens so I can fix it. Unless you
tell me what those "cases" are, I don't have time to go chasing after them.

Thanks,
Jason Wharton
www.ibobjects.com