Update dm

This commit is contained in:
sunkaixuan
2025-11-18 16:10:36 +08:00
parent 2170a4ac73
commit f3a18f4c62

View File

@@ -101,7 +101,7 @@ namespace SqlSugar
}
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;
}