From b69fb177e4201e074b471cbb6df335c733e3d6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20G=C3=B6rler?= Date: Thu, 24 Jul 2025 09:44:49 +0200 Subject: [PATCH] Tree Table support for PostgreSQL --- advanced/odata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/odata.md b/advanced/odata.md index 34a671e416..83f7f21529 100644 --- a/advanced/odata.md +++ b/advanced/odata.md @@ -1115,7 +1115,7 @@ Generic implementation is supported on the following databases: | | SAP HANA | H2 | PostgreSQL | SQLite | |---|---|---|---|---| -| CAP Java | ✓ | ✓ | | | +| CAP Java | ✓ | ✓ | ✓ | | | CAP Node.js | ✓ | |✓ |✓ | :::info