mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
验证测试QuestDb BulkCopy
This commit is contained in:
parent
d79d1ba628
commit
90ca205f32
@ -223,7 +223,8 @@ namespace FreeSql.Tests.QuestDb.Crud
|
|||||||
NameUpdate = "NameUpdate"
|
NameUpdate = "NameUpdate"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
var result = await restFsql.Insert(list).ExecuteBulkCopyAsync();
|
|
||||||
|
var result = await restFsql.Insert(list).ExecuteQuestBulkCopyAsync();
|
||||||
Assert.True(result > 0);
|
Assert.True(result > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user