You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this error happen when there are more than 50 rows of field created_at with the same value when I use page(). And it only fetched one duplicate field between page 0 and page 1 with page_size 10, and using created_at('created_at', 'desc | asc'). I'm not sure how to host this reproducible code but here's the code
The text was updated successfully, but these errors were encountered:
IcyTempest
changed the title
Postgres Pagination page() fetch duplicate if created_at value are the same
Postgres Pagination page() fetch one duplicate field if created_at value are the same
Dec 19, 2023
Objection js Version: "3.1.3"
It seems this error happen when there are more than 50 rows of field
created_at
with the same value when I usepage()
. And it only fetched one duplicate field betweenpage 0
andpage 1
withpage_size 10
, and usingcreated_at('created_at', 'desc | asc')
. I'm not sure how to host this reproducible code but here's the codeHere's the result of id fetched:
The text was updated successfully, but these errors were encountered: