From ac6d1f71f5281b1a10c7fadce50ef65e48a9f41f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 4 Jul 2024 18:08:40 +0800 Subject: [PATCH] 1 --- dbpool.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbpool.go b/dbpool.go index 1faf999..5205ef6 100644 --- a/dbpool.go +++ b/dbpool.go @@ -357,7 +357,7 @@ func (this *dbPool) PageQuery( }) } -func (this *dbPool) StreamPageQuery( +func (this *dbPool) StreamPageQuery2( dataSource string, pageSize int32, cursor int64, @@ -408,7 +408,7 @@ func (this *dbPool) StreamPageQuery( }) } -func (this *dbPool) StreamPageQuery1( +func (this *dbPool) StreamPageQuery( dataSource string, pageSize int32, cursor int64,