Subject RE: [IBO] Filter problem in Beta 11
Author Jason Wharton
Peter write:
> There is a problem with sql parser in IBO Beta11:
> Steps to reproduce:
> 1. create sql query (ex. select * from orders)
> 2. set filter with negative value ( filter = 'order_status=-1')
>
> Resulting sql will be:
>
> SELECT * FROM ORDERS
> WHERE (ORDER_STATUS = - AND 1)
>
> and this can't work.

Thanks, I'll add this to my battery of tests.

Jason