We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f866de7 commit 13a6a8eCopy full SHA for 13a6a8e
reference/constraints/UniqueEntity.rst
@@ -114,6 +114,12 @@ your user table:
114
this validation has passed and before this entity is actually persisted in
115
the database.
116
117
+.. caution::
118
+
119
+ This constraint cannot deal with duplicates found in a collection of items
120
+ that haven't been persisted as entities yet. You'll need to create your own
121
+ validator to handle that case.
122
123
Options
124
-------
125
0 commit comments