Subject | RE: [IBO] Index out of bounds when reuse params |
---|---|
Author | Jason Wharton |
Post date | 2007-08-26T08:30:04Z |
William,
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
> In some cases when I reuse parameters I getI intend that having multiple parameters of the same type should work and if
> "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?
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