- 修复 Xugu DataType 对应问题;#1934

This commit is contained in:
2881099
2024-11-29 20:42:30 +08:00
parent ccd13ba47f
commit cfb3bfa884
8 changed files with 13 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ namespace FreeSql
case DataType.ShenTong:
case DataType.DuckDB:
case DataType.Firebird: //firebird 只支持单条插入 returning
case DataType.Xugu:
if (_tableIdentitys.Length == 1 && _tableReturnColumns.Length == 1)
{
await DbContextFlushCommandAsync(cancellationToken);

View File

@@ -48,6 +48,7 @@ namespace FreeSql
case DataType.ShenTong:
case DataType.DuckDB:
case DataType.Firebird: //firebird 只支持单条插入 returning
case DataType.Xugu:
if (_tableIdentitys.Length == 1 && _tableReturnColumns.Length == 1)
{
DbContextFlushCommand();