ctrliq / pika

ORM style SQL builder with AIP-160 Support
Apache License 2.0
7 stars 4 forks source link

GetPage() does not function correctly if Get() is called first #12

Open WestleyK opened 5 months ago

WestleyK commented 5 months ago

Using the same query set, if you call Get(), then call GetPage(), it will return all results in one page, and not honor the pagination input.