Software Details:
Version: 20140108
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 64
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
Features:
- Supported MySQL statements
- DELETE
- INSERT
- REPLACE
- SELECT
- SET
- UPDATE
What is new in this release:
- The internal structure of the parser has been changed, there could be negative performance changes.
What is new in version 20131024:
- Output array of the parser has been changed.
What is new in version 20120822:
- ADDED:
- operator :=
- Some code to handle comments (not yet finished).
Limitations:
- The class does not validate the parsed syntax, it expects the user will do this and feed it only valid statements.
Comments not found