From 6f4005932de54533fe7daa90b58859b475863158 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Tue, 10 Sep 2024 08:08:00 -0400 Subject: [PATCH] Updated compatibility documentation --- docs/about/compatibility.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/about/compatibility.md b/docs/about/compatibility.md index ca8002c3..382a80c5 100644 --- a/docs/about/compatibility.md +++ b/docs/about/compatibility.md @@ -202,7 +202,11 @@ planned. | F302-01 INTERSECT DISTINCT table operator | FULL | Use `intersect_` | | F302-02 INTERSET ALL table operator | FULL | Use `intersectAll_` | | **F304 EXCEPT ALL table operator** | FULL | Use `exceptAll_` | -| **F311 Schema definition statement** | TODO | Would be in `beam-migrate` | +| **F311 Schema definition statement** | PARTIAL | See `beam-migrate` | +| F311-01 CREATE SCHEMA | PARTIAL | Use `createDatabaseSchema` from `beam-migrate`. | +| F311-02 CREATE TABLE for persistent base tables | TODO | | +| F311-03 CREATE VIEW | TODO | | +| F311-05 GRANT statement | TODO | | | **F312 MERGE statement** | TODO | | | **F313 Enhanced MERGE statement** | TODO | | | **F314 MERGE statement with DELETE branch** | TODO | |