Skip to content

Add concat || operator to agtype#1213

Merged
jrgemignani merged 1 commit intoapache:PG14from
Zainab-Saad:ft/PG14/jsonb_concat_op
Sep 7, 2023
Merged

Add concat || operator to agtype#1213
jrgemignani merged 1 commit intoapache:PG14from
Zainab-Saad:ft/PG14/jsonb_concat_op

Conversation

@Zainab-Saad
Copy link
Contributor

This patch is originally authored by Josh Innis for #282 . I have verified, extended the functionality and added more regression tests for concat operator (which is one of the operators among ?,?|,?&,->,->>,#>,#>>,|| implemented in the original patch)

 - Implement the concatenation operator for agtype as operands, similar
   to the one in postgres where this operator works with jsonb operands

 - Allow using concat operator inside cypher queries

 - Add jsonb_operators.sql and jsonb_operators.out files
   for containing regression tests related to jsonb operators,
   i.e., (?,?|,?&,->,->>,#>,#>>,||)
@github-actions github-actions bot added the PG14 PostgreSQL14 label Sep 7, 2023
@jrgemignani jrgemignani merged commit 6f31622 into apache:PG14 Sep 7, 2023
@Zainab-Saad Zainab-Saad deleted the ft/PG14/jsonb_concat_op branch September 8, 2023 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PG14 PostgreSQL14

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments