[PR #1490] Add simple CSV text field comparison expression. #9547

Open
opened 2026-01-22 16:04:39 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/1490

State: closed
Merged: No


Comparison expression added for matching a value found within a CSV list type of field, such as the simple_array Doctrine column mapping. Other bundles make use of this type of field but with a different value separator, such as FOSOAuthServerBundle's Token::$scope column, so the default separator value can be overridden.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1490 **State:** closed **Merged:** No --- Comparison expression added for matching a value found within a CSV list type of field, such as the `simple_array` Doctrine column mapping. Other bundles make use of this type of field but with a different value separator, such as [FOSOAuthServerBundle](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle)'s `Token::$scope` column, so the default separator value can be overridden.
admin added the pull-request label 2026-01-22 16:04:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9547