mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-03 01:57:58 +08:00
- 修复 InsertOrUpdateDict 异常;#1067
This commit is contained in:
@ -35,6 +35,7 @@ namespace FreeSql.PostgreSQL.Curd
|
||||
.WithTransaction(_transaction)
|
||||
.NoneParameter(true) as Internal.CommonProvider.InsertProvider<T1>;
|
||||
insert._source = data;
|
||||
insert._table = _table;
|
||||
insert._noneParameterFlag = flagInsert ? "cuc" : "cu";
|
||||
|
||||
string sql = "";
|
||||
|
Reference in New Issue
Block a user