supabase-community / postgrest-kt

Postgrest Kotlin Client
53 stars 8 forks source link

bugfix the select params in QueryBuilder should set the FilterBuilder #7

Closed ponytailer closed 2 years ago

ponytailer commented 2 years ago
builder = client.from("item_with_categories")
       .select("num_iid,genders", false, Count.EXACT);
        .eq("seller_id", 1);

builder.getSearchParams()

only have the `seller_id` eq.1.
ponytailer commented 2 years ago

Can I join the org to build the python, kt or java libs.

kevcodez commented 2 years ago

@ponytailer I'm not an org admin, check https://github.com/orgs/supabase-community/people and try to contact one of them

ponytailer commented 2 years ago

ok. thx

please release.