mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 修复 QuestDB BulkCopy 自定义表名无效的问题;
This commit is contained in:
@ -30,6 +30,7 @@ namespace FreeSql.QuestDb.Curd
|
||||
internal List<T1> InternalSource => _source;
|
||||
internal Dictionary<string, bool> InternalIgnore => _ignore;
|
||||
internal void InternalClearData() => ClearData();
|
||||
internal string InternalTableRuleInvoke() => TableRuleInvoke();
|
||||
|
||||
private int InternelExecuteAffrows()
|
||||
{
|
||||
|
Reference in New Issue
Block a user