You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ JOIN account a2_ ON (...)
96
96
```
97
97
98
98
### Advanced usage notes
99
+
- Even `UPDATE` and `DELETE` queries are supported
100
+
- Subselects are also supported
99
101
- It works even for tables that are not present in the DQL, but are present in SQL!
100
102
- For example parent table from [class table inheritance](https://www.doctrine-project.org/projects/doctrine-orm/en/2.9/reference/inheritance-mapping.html#class-table-inheritance) when selecting children
0 commit comments