joereynolds / sql-lint

An SQL linter
MIT License
435 stars 41 forks source link

fix(mysql): Added temporary to the list of DROP statements #261

Closed 1A3Dev closed 1 month ago

1A3Dev commented 6 months ago

Adds temporary to the list of drop statements so that DROP TEMPORARY TABLE is allowed.