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
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,6 @@ JOIN account a2_ ON (...)
96
96
```
97
97
98
98
### Advanced usage notes
99
-
- Even `UPDATE` and `DELETE` queries are supported
100
99
- Subselects are also supported
101
100
- It works even for tables that are not present in the DQL, but are present in SQL!
102
101
- 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