PHP-Light-SQL-Parser
PHP-Light-SQL-Parser copied to clipboard
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract t...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies composer composer.json...
Hello, I want to parse the query `select B.B AS B from _acc_1_1.B` to getAllTables(), but I receive `["_acc_1_1"]` which is the database name. This seems like a bug.
Hello, it does not parse INNER JOIN like queries can you fix it?
I'm using this to track which of our classes reference which tables. (We use much more complex SQL than an ORM would need.) One small point is that a table...