Skip to content
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

fix(engine/postgresql): jsonb_build_object #1211

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

kyleconroy
Copy link
Collaborator

Update the function signature of jsonb_build_object and
jsonb_build_array with variadic arguments.

Fixes #1210

Update the function signature of jsonb_build_object and
jsonb_build_array with variadic arguments.
@kyleconroy kyleconroy merged commit 9513155 into main Sep 23, 2021
@kyleconroy kyleconroy deleted the kyle/jsonb-build-object-sig branch September 23, 2021 15:23
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.

PostgreSQL's JSONB_BUILD_OBJECT function does not seem to work
1 participant