Skip to content

Commit e13e446

Browse files
authored
Readme: mention update, delete, subselect (#111)
1 parent c336ceb commit e13e446

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ JOIN account a2_ ON (...)
9696
```
9797

9898
### Advanced usage notes
99+
- Even `UPDATE` and `DELETE` queries are supported
100+
- Subselects are also supported
99101
- It works even for tables that are not present in the DQL, but are present in SQL!
100102
- 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
101103
- Any invalid usage is checked in runtime

0 commit comments

Comments
 (0)