From e13e4462b716fcc4504f8c9a88f44019639c99f8 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Thu, 3 Oct 2024 23:23:24 +0200 Subject: [PATCH] Readme: mention update, delete, subselect (#111) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbf76fe..58a2e9b 100644 --- a/README.md +++ b/README.md @@ -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