mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-08 09:20:55 +08:00
增加Clickhouse - BulkCopy
This commit is contained in:
@@ -332,7 +332,8 @@ namespace FreeSql.Tests.ClickHouse
|
||||
//单个插入报错
|
||||
await _fsql.Insert(t).ExecuteAffrowsAsync();
|
||||
|
||||
await _fsql.Insert(t).ExecuteBulkCopyAsync();
|
||||
//BulkCopy不会报错
|
||||
await _fsql.Insert(t).ExecuteBulkCopyAsync();
|
||||
|
||||
_fsql.Insert(t).ExecuteBulkCopy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user