Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions advanced/odata.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,9 +1111,12 @@ Provide support for hierarchy attribute calculation and navigation, and allow th

- <sup>(1)</sup> Beta feature, API may change

::: warning
Generic implementation is supported on SAP HANA only
:::
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`.
Expand Down