1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #6642 from radmax/patch-1

Fixed typo in DQL docs
This commit is contained in:
Marco Pivetta 2017-08-24 10:57:11 +02:00 committed by GitHub
commit aac0204611

View File

@ -654,7 +654,7 @@ The same restrictions apply for the reference of related entities.
DQL DELETE statements are ported directly into a
Database DELETE statement and therefore bypass any events and checks for the
version column if they are not explicitly added to the WHERE clause
of the query. Additionally Deletes of specifies entities are *NOT*
of the query. Additionally Deletes of specified entities are *NOT*
cascaded to related entities even if specified in the metadata.