cunybpl / aiodal

async data access layer and related tools for sqlalchemy core
0 stars 0 forks source link

limit appears twice in url if provided #23

Closed bsnacks000 closed 9 months ago

bsnacks000 commented 9 months ago

As ref'd here:

https://github.com/cunybpl/bemadb/pull/351#issuecomment-1662581266

limit will appear twice in the next_url if it is supplied.. we need an extra bit of logic to handle if the user puts limit in the previous request then we simply copy it over rather then just tag it on at the end.

bsnacks000 commented 9 months ago

Patch to 0.5.1 after this goes in pls... @tinnaing347