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 support for JSONB operators ?, ?|, ?&, @? and #- #170

Merged
merged 8 commits into from
Jan 15, 2024

Conversation

martin-georgiev
Copy link
Owner

@martin-georgiev martin-georgiev commented Jan 15, 2024

Add support for some missing JSONB operators.

Register for DQL as Implemented by
? RIGHT_EXISTS_ON_LEFT MartinGeorgiev\Doctrine\ORM\Query\AST\Functions\TheRightExistsOnTheLeft
?& ALL_ON_RIGHT_EXIST_ON_LEFT MartinGeorgiev\Doctrine\ORM\Query\AST\Functions\AllOnTheRightExistOnTheLeft
?| ANY_ON_RIGHT_EXISTS_ON_LEFT MartinGeorgiev\Doctrine\ORM\Query\AST\Functions\AnyOnTheRightExistsOnTheLeft
@? RETURNS_VALUE_FOR_JSON_VALUE MartinGeorgiev\Doctrine\ORM\Query\AST\Functions\ReturnsValueForJsonValue
#- DELETE_AT_PATH MartinGeorgiev\Doctrine\ORM\Query\AST\Functions\DeleteAtPath

@martin-georgiev martin-georgiev changed the title Add support for JSONB operators ?|, ?&, #-, @? and ? Add support for JSONB operators ?, ?|, ?&, @? and #- Jan 15, 2024
@martin-georgiev martin-georgiev merged commit eb7f145 into main Jan 15, 2024
3 of 4 checks passed
@martin-georgiev martin-georgiev deleted the jsonb-operators branch January 15, 2024 10:54
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.

None yet

1 participant