From 26a33ea453c235abc783078da65c2344167a6191 Mon Sep 17 00:00:00 2001 From: Evgeny Andreev Date: Fri, 27 Jun 2025 11:12:33 +0200 Subject: [PATCH 1/4] Hierarchy Support on H2 --- advanced/odata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/odata.md b/advanced/odata.md index df8e8bffd..7208436e1 100644 --- a/advanced/odata.md +++ b/advanced/odata.md @@ -1112,7 +1112,7 @@ Provide support for hierarchy attribute calculation and navigation, and allow th - (1) Beta feature, API may change ::: warning -Generic implementation is supported on SAP HANA only +Generic implementation is supported on SAP HANA (both Stacks), H2 (for Java) and Sqlite (for Node.js) Databases ::: :::info From 4372fc90cdd7d82a17522e36cca3ebd9d7b097e1 Mon Sep 17 00:00:00 2001 From: Evgeny Andreev Date: Mon, 30 Jun 2025 15:51:22 +0200 Subject: [PATCH 2/4] Update advanced/odata.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrian Görler --- advanced/odata.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/advanced/odata.md b/advanced/odata.md index 7208436e1..bbaabacfc 100644 --- a/advanced/odata.md +++ b/advanced/odata.md @@ -1112,7 +1112,12 @@ Provide support for hierarchy attribute calculation and navigation, and allow th - (1) Beta feature, API may change ::: warning -Generic implementation is supported on SAP HANA (both Stacks), H2 (for Java) and Sqlite (for Node.js) Databases +Generic implementation is supported on the following databases + +| | SAP HANA | H2 | PostgreSQL | SQLite | +|---|---|---|---|---| +| CAP Java | ✓ | ✓ | | | +| CAP Node.js | ✓ | |✓ |✓ | ::: :::info From 9cdaf8925b3a91de6ba99130c277485c6e2af6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20G=C3=B6rler?= Date: Mon, 30 Jun 2025 16:11:03 +0200 Subject: [PATCH 3/4] Update advanced/odata.md --- advanced/odata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/odata.md b/advanced/odata.md index bbaabacfc..2447f6c62 100644 --- a/advanced/odata.md +++ b/advanced/odata.md @@ -1112,7 +1112,7 @@ Provide support for hierarchy attribute calculation and navigation, and allow th - (1) Beta feature, API may change ::: warning -Generic implementation is supported on the following databases +Generic implementation is supported on the following databases: | | SAP HANA | H2 | PostgreSQL | SQLite | |---|---|---|---|---| From 353d31d794e025ddcd88a5f5c07c00ea24e44bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jeglinsky?= Date: Tue, 1 Jul 2025 09:06:52 +0200 Subject: [PATCH 4/4] Apply suggestions from code review --- advanced/odata.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/advanced/odata.md b/advanced/odata.md index 2447f6c62..34a671e41 100644 --- a/advanced/odata.md +++ b/advanced/odata.md @@ -1111,14 +1111,12 @@ Provide support for hierarchy attribute calculation and navigation, and allow th - (1) Beta feature, API may change -::: warning Generic implementation is supported on the following databases: | | SAP HANA | H2 | PostgreSQL | SQLite | |---|---|---|---|---| | CAP Java | ✓ | ✓ | | | | CAP Node.js | ✓ | |✓ |✓ | -::: :::info The source elements of the entity defining the recursive parent-child relation are identified by a naming convention or aliases `node_id` and `parent_id`.