File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -406,8 +406,9 @@ fields configured in the ``fields`` option). The method should return a
406
406
407
407
This constraint does not support Doctrine types such as ``simple_array ``,
408
408
``json ``, or ``jsonb ``, nor does it handle association mappings like
409
- ``One-To-Many `` and ``Many-To-Many `` relationships. To perform uniqueness
410
- checks on such fields, you must define a custom ``repositoryMethod `` that
409
+ ``One-To-Many `` and ``Many-To-Many `` relationships. It may also not work
410
+ correctly with custom Doctrine types. To perform uniqueness checks on
411
+ such fields, you must define a custom ``repositoryMethod `` that
411
412
implements the desired logic.
412
413
413
414
.. _`race conditions` : https://en.wikipedia.org/wiki/Race_condition
You can’t perform that action at this time.
0 commit comments