mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-24 08:33:16 +08:00
Update dm
This commit is contained in:
@@ -101,7 +101,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool supportIdentity = true;
|
bool supportIdentity = true;
|
||||||
if (this.context.CurrentConnectionConfig.DbType == DbType.PostgreSQL || this.context.CurrentConnectionConfig.DbType == DbType.Vastbase)
|
if (this.context.CurrentConnectionConfig.DbType == DbType.Dm || this.context.CurrentConnectionConfig.DbType == DbType.PostgreSQL || this.context.CurrentConnectionConfig.DbType == DbType.Vastbase)
|
||||||
{
|
{
|
||||||
supportIdentity = false;
|
supportIdentity = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user