mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 18:52:50 +08:00
增加Clickhouse - BulkCopy
This commit is contained in:
parent
80f959a662
commit
39315b3228
@ -332,6 +332,7 @@ namespace FreeSql.Tests.ClickHouse
|
||||
//单个插入报错
|
||||
await _fsql.Insert(t).ExecuteAffrowsAsync();
|
||||
|
||||
//BulkCopy不会报错
|
||||
await _fsql.Insert(t).ExecuteBulkCopyAsync();
|
||||
|
||||
_fsql.Insert(t).ExecuteBulkCopy();
|
||||
|
Loading…
x
Reference in New Issue
Block a user