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
In here I'm not sure why it adds 1, but at the end when calculating hasPreviousPage this will cause lower_offset to be equal to start_offset and return False
Every time you make a query with a
first
andafter
parameters,hasPreviousPage
is false.In order to reproduce, make a query
And then another one using the cursor
In here I'm not sure why it adds 1, but at the end when calculating
hasPreviousPage
this will causelower_offset
to be equal tostart_offset
and return FalseIn here to calculate
hasPreviousPage
it only useslast
so when you are usingfirst
. will always be falseThe text was updated successfully, but these errors were encountered: