simple-sql-parser
simple-sql-parser copied to clipboard
Add support for alter … rename from SQLIte
https://www.sqlite.org/lang_altertable.html
It's on my list, but I don't know when I'll get round to it. It seems there are no renames in ansi sql. It's a very basic and necessary feature (and common in sql products), it would be nice to add support for rename for all the things you can create.