Support Sqlite alter table name

This commit is contained in:
skx 2020-12-17 12:59:14 +08:00
parent 74bf3274cd
commit 17c904a120
3 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ namespace SqlSugar
{ {
get get
{ {
throw new NotSupportedException(); return "alter table {0} rename to {1}";
} }
} }

Binary file not shown.

Binary file not shown.