diff --git a/advanced/odata.md b/advanced/odata.md index df8e8bffd..34a671e41 100644 --- a/advanced/odata.md +++ b/advanced/odata.md @@ -1111,9 +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 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`.