-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement array_prepend
and array_remove
#4187
Conversation
I'm still new at contributing to the open source space, do let me know if there's anything that could be done better (e.g. if I should split implementations into 2 separate PRs instead of one) |
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.
Thanks for submitting this PR!
The change looks mostly good beside the minor improvement in the return type of array_remove
.
@guissalustiano Thanks for reviewing this PR! I've added a commit with fixes for the issues you highlighted :) |
Thanks for contributing 👍 I've rebased this PR to resolve merge conflicts. |
Implementing
array_prepend
andarray_remove
functions for Postgres under #4153using specs https://www.postgresql.org/docs/current/functions-array.html