Subject | RE: [IBO] Filter problem in Beta 11 |
---|---|
Author | Jason Wharton |
Post date | 2006-12-16T00:46:16Z |
Peter write:
Jason
> There is a problem with sql parser in IBO Beta11:Thanks, I'll add this to my battery of tests.
> 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.
Jason