PHP-Light-SQL-Parser
PHP-Light-SQL-Parser copied to clipboard
Fails on database.table name
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.