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

Add JSON merge function #457

Closed
mbroecheler opened this issue Dec 12, 2023 · 0 comments · Fixed by #459
Closed

Add JSON merge function #457

mbroecheler opened this issue Dec 12, 2023 · 0 comments · Fixed by #459

Comments

@mbroecheler
Copy link
Contributor

A scalar function called jsonConcat that takes two (or more) json objects and merges them into one. If two json objects share the same key, the value of the later object is used.

Equivalent to the || operator in PostgreSQL for jsonb columns.

henneberger added a commit that referenced this issue Dec 12, 2023
* Add jsonConcat function

* add retractions

---------

Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
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 a pull request may close this issue.

1 participant