mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Support Sqlite alter table name
This commit is contained in:
@@ -189,7 +189,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
return "alter table {0} rename to {1}";
|
||||
}
|
||||
}
|
||||
|
||||
|
BIN
Src/Asp.Net/SqliteTest/DataBase/SqlSugar4xTest.sqlite
Normal file
BIN
Src/Asp.Net/SqliteTest/DataBase/SqlSugar4xTest.sqlite
Normal file
Binary file not shown.
BIN
Src/Asp.Net/SqliteTest/DataBase/SqlSugar4xTest2.sqlite
Normal file
BIN
Src/Asp.Net/SqliteTest/DataBase/SqlSugar4xTest2.sqlite
Normal file
Binary file not shown.
Reference in New Issue
Block a user