Skip to content

Fix issue with marshalling of stored procedure arguments #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 4, 2023

Conversation

corrideat
Copy link
Contributor

@corrideat corrideat commented Aug 31, 2023

What kind of change does this PR introduce?

Addresses issue #74

What is the current behavior?

Data are forced into a Dictionary<string, string> before sending them to PostgREST. This doesn't work for nested data.

What is the new behavior?

The Dictionary<string, string> is changed to Dictionary<string, object>

The Dictionary<string, string> is changed to object (so that any class can be passed without needing to convert to Dictonary)

@corrideat
Copy link
Contributor Author

(I've also changed the binding in docker-compose.yml to start with 127.0.0.1 so that Docker doesn't open ports to the Internet)

@wiverson wiverson requested a review from acupofjose September 1, 2023 23:19
@acupofjose acupofjose merged commit ca94f2c into supabase-community:master Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants