-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeedback:wild-lycheeFeedback from Wild Lychee buildFeedback from Wild Lychee build
Description
Problem
Not documented whether db.from('t').update({...}).eq('id', 1) and db.from('t').eq('id', 1).update({...}) are equivalent. Had to guess.
Suggested Solution
Add a note to the db.from() docs: "Filter methods (.eq(), .gt(), etc.) and action methods (.select(), .insert(), .update(), .delete()) can be chained in any order."
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeedback:wild-lycheeFeedback from Wild Lychee buildFeedback from Wild Lychee build