Subject | Bug in SQL Parser in IBO 5.5.3 Build 2067 ? |
---|---|
Author | |
Post date | 2014-07-17T17:45:33Z |
When I set the property Filter (and Filtered := True) in TIBOQuery to:
(UPPER([NAME])) LIKE (UPPER('%Rafael%'))
I get the error when IBO try make the SQL parse:
E_Invalid_Syntax: Invalid syntax: extra or missing parenthesis
There are some incorrect logic interpretation of parentheses in this case.
In TClientDataSet and TQuery, same SQL Filter works fine!