mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Update sqlite updateColumn
This commit is contained in:
@@ -259,6 +259,11 @@ namespace SqlSugar
|
||||
{
|
||||
try
|
||||
{
|
||||
if (column.IsPrimarykey)
|
||||
{
|
||||
Check.ExceptionEasy("Sqlite no support alter column primary key","Sqlite不支持修改主键");
|
||||
}
|
||||
|
||||
// Start a transaction
|
||||
this.Context.Ado.BeginTran();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user