-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Add Postgres Json functions: JSON_BUILD_OBJECT
and JSON_AGG
#787
Conversation
@billy1624 Can you please merge this? |
@tyt2y3 Wondering if you could take a look at this PR? |
@tyt2y3 Could you please take a look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for fixing this as well!
Thank you! |
* feat: add `json_build_object` function for postgres * feat: add `json_agg` function for postgres * style: add newlines * chore: apply linting suggestions * fix: tests for not_equals
🎉 Released In 0.31.1 🎉Thank you everyone for the contribution! |
PR Info
This PR adds the
JSON_BUILD_OBJECT
andJSON_AGG
functions along with docs and tests.Additional
Also addressed a few clippy lints.