Commit 5832e03
authored
[Validator] UniqueEntity - add warning about not supported types and association mappings.
This constraint does not support Doctrine types such as simple_array, json, or jsonb, nor does it handle association mappings like One-To-Many and Many-To-Many relationships. To perform uniqueness checks on such fields, you must define a custom repositoryMethod that implements the desired logic.1 parent 45ad3bf commit 5832e03
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
405 | 413 | | |
0 commit comments