Closed GoogleCodeExporter closed 8 years ago
This seems to be a problem of the parser, there is no extra representation of
the outer parenthesis within the parser result array. The base_expr contains
(ABS(2)), which is wrong, it should be ABS only. But the array should have a
hint for () too. Hm, let us see, how we can solve that.
Original comment by pho...@gmx.de
on 8 Aug 2012 at 7:07
Checkout REV 300, I have added the new expr_type "bracket_expression". A test
case for your SQL statement works fine.
Original comment by pho...@gmx.de
on 17 Aug 2012 at 12:40
No response from user.
Original comment by pho...@gmx.de
on 20 Aug 2012 at 10:24
Original issue reported on code.google.com by
galusdom...@gmail.com
on 20 Jul 2012 at 1:39