simple-sql-parser icon indicating copy to clipboard operation
simple-sql-parser copied to clipboard

Add support for alter … rename from SQLIte

Open ad-si opened this issue 6 years ago • 1 comments

https://www.sqlite.org/lang_altertable.html

ad-si avatar Feb 07 '19 21:02 ad-si

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.

JakeWheat avatar Jul 08 '19 19:07 JakeWheat