For now, the PHP SQL Parser library only supports the MySQL SQL dialect.
Other dialects can be added, but some hard-coding might be required.
All parsed SQL statements will be stored inside an array
Here are some key features of "PHP SQL Parser":
· Supported MySQL statements
· DELETE
· INSERT
· REPLACE
· SELECT
· SET
· UPDATE
Limitations:
· The class does not validate the parsed syntax, it expects the user will do this and feed it only valid statements.
What's New in This Release: [ read full changelog ]
ADDED:
· operator :=
· Some code to handle comments (not yet finished).