Documentation update for python (fetch) #34300
Unanswered
alexmealing-01
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Just a small request to update some Python SDK documentation - as a database newbie I got stuck on this for a few hours
Under the Python fetch / pagination / range docs, I recommend you explicitly add a reference to using order('id') as not using this will trip up users who don't realise that databases don't return rows in a pre-defined order (like myself)
https://supabase.com/docs/reference/python/select
All reactions