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