mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update TDengine
This commit is contained in:
@@ -63,7 +63,7 @@ namespace SqlSugar
|
||||
{
|
||||
if (this.GetBuider()?.DbFastestProperties?.NoPage == true)
|
||||
{
|
||||
Size = int.MaxValue;
|
||||
Size = int.MaxValue/2;
|
||||
}
|
||||
int resul=0;
|
||||
await this.context.Utilities.PageEachAsync(datas, Size, async item =>
|
||||
|
Reference in New Issue
Block a user