Closed GoogleCodeExporter closed 8 years ago
This is the same problem as issue 31 and 32. I'll see what I can do.
Original comment by pho...@gmx.de
on 2 Mar 2012 at 7:49
I have fixed the problem with CACHE. As you have said, the parser has a problem
with other keywords too. It is the nature of the parser, because it doesn't use
a grammar to check the structure of the statements. The parser uses only the
keywords to split the statements and that's the point which prevents the
"wrong" usage of keywords with the parser.
Try the current version on
https://www.phosco.info/publicsvn/php-sql-parser/tags/20120304
Original comment by pho...@gmx.de
on 4 Mar 2012 at 10:24
There is a test case for the issue, check out the current version on
Google.Code.
Original comment by pho...@gmx.de
on 13 Mar 2012 at 12:12
Original issue reported on code.google.com by
preston....@gmail.com
on 2 Mar 2012 at 6:49