mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 修复 InsertOrUpdateDict 异常;#1067
This commit is contained in:
		@@ -35,6 +35,7 @@ namespace FreeSql.Odbc.PostgreSQL
 | 
			
		||||
                    .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