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
602 stars 156 forks source link

Fix create statements with user variables #313

Closed herndlm closed 3 years ago

herndlm commented 5 years ago

Fixes #312

herndlm commented 5 years ago

Code/Tests should be compatible down to 5.3, 5.4 and 5.5 tests seemed to have failed because of something else.

greenlion commented 3 years ago

Thank you for the contribution.