mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-16 11:00:55 +08:00
- 修复 Xugu DataType 对应问题;#1934
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user