Skip to content

Commit

Permalink
Readme: mention update, delete, subselect
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Oct 2, 2024
1 parent c336ceb commit 8f68706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ JOIN account a2_ ON (...)
```

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

0 comments on commit 8f68706

Please sign in to comment.