supabase-community / supabase-kt

A Kotlin Multiplatform Client for Supabase.
https://supabase.com/docs/reference/kotlin/introduction
MIT License
327 stars 33 forks source link

Include columns in upsert request & fix default parameter value #590

Closed jan-tennert closed 1 month ago

jan-tennert commented 1 month ago

What kind of change does this PR introduce?

Bug fix (closes #589)

What is the new behavior?

Changes to the upsert method: The columns parameter will now be set, and the default parameter for defaultToNull has been changed to match other client libs.