Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

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

Merged
merged 4 commits into from
Jun 14, 2022
Merged

Conversation

ponytailer
Copy link
Contributor

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.

Copy link
Collaborator

@kevcodez kevcodez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appreciate the PR, one thing regarding nullability

@ponytailer
Copy link
Contributor Author

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

@kevcodez
Copy link
Collaborator

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

@kevcodez kevcodez merged commit 9d75db5 into supabase-community:master Jun 14, 2022
@ponytailer
Copy link
Contributor Author

ponytailer commented Jun 14, 2022

ok. thx

please release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants