greenlion / PHP-SQL-Parser

A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
BSD 3-Clause "New" or "Revised" License
604 stars 156 forks source link

Fix issue 335 multiplication operator wrongly parsed as colref #336

Closed nicoder closed 2 years ago

nicoder commented 3 years ago

seems to fix https://github.com/greenlion/PHP-SQL-Parser/issues/335

I hardly know the code so another pair of eyes would be welcome.