Closed GoogleCodeExporter closed 9 years ago
try to use the current version on
https://www.phosco.info/publicsvn/php-sql-parser/trunk
Original comment by pho...@gmx.de
on 29 Feb 2012 at 12:43
The error is also there, but with another output. I'll look into the code as
soon as possible.
Original comment by pho...@gmx.de
on 29 Feb 2012 at 12:50
The problem in the current version comes from the function
removeParenthesisFromStart(), it removes the open parenthesis from start of a
string and tries to find the matching parenthesis. It doesn't know string
literals, so it interprets the parenthesis within the string.
Original comment by pho...@gmx.de
on 1 Mar 2012 at 8:04
Issue solved in current version:
https://www.phosco.info/publicsvn/php-sql-parser/tags/20120301
Thanks for reporting
Andre
Original comment by pho...@gmx.de
on 1 Mar 2012 at 8:46
Accepted fixed codebase.
Original comment by greenlion@gmail.com
on 12 Mar 2012 at 10:20
Original issue reported on code.google.com by
yury.tal...@gmail.com
on 29 Feb 2012 at 9:58