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 dcdd58b commit c259371Copy full SHA for c259371
docs/en/reference/working-with-associations.rst
@@ -765,6 +765,6 @@ methods:
765
that may lead to database-specific comparison or sorting rules being applied, or
766
to database-level values being different from object field values.
767
768
- Provide accessor methods or property hooks for all entity fields used in criteria
769
- expressions, and implement those methods in a way that their return value is the
+ Provide accessor methods for all entity fields used in criteria expressions,
+ and implement those methods in a way that their return value is the
770
same as the database-level value.
0 commit comments