mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Support Sqlite alter table name
This commit is contained in:
parent
74bf3274cd
commit
17c904a120
@ -189,7 +189,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
get
|
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.
Loading…
Reference in New Issue
Block a user