Closed GoogleCodeExporter closed 8 years ago
Not a solution but a workaround if you are not using the positions is to call
the parser with:
$parser->parse($sql);
Original comment by Marco6...@gmail.com
on 11 Aug 2012 at 3:42
The problem occurs, because "null" is set as operator, it should be set to
constant. Let me look into the code...
Original comment by pho...@gmx.de
on 16 Aug 2012 at 9:24
Check out REV 299, it should work now. Plz check your client code, the NULL
keyword is no longer an "operator", it is now a "constant".
Original comment by pho...@gmx.de
on 16 Aug 2012 at 9:46
I tested the original query with REV 300 and it works as expected.
Thank you.
Original comment by marisr...@gmail.com
on 17 Aug 2012 at 7:56
Original comment by pho...@gmx.de
on 17 Aug 2012 at 9:01
Original issue reported on code.google.com by
marisr...@gmail.com
on 9 Aug 2012 at 9:34