mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 01:05:27 +08:00 
			
		
		
		
	@@ -85,6 +85,7 @@ namespace FreeSql.ClickHouse.Curd
 | 
				
			|||||||
                           BatchSize = _source.Count
 | 
					                           BatchSize = _source.Count
 | 
				
			||||||
                       })
 | 
					                       })
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
 | 
					                    await bulkCopyInterface.InitAsync();
 | 
				
			||||||
                    await bulkCopyInterface.WriteToServerAsync(data, default);
 | 
					                    await bulkCopyInterface.WriteToServerAsync(data, default);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user