Skip to content

Commit

Permalink
Updated compatibility documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Sep 10, 2024
1 parent 05419b1 commit 6f40059
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/about/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit 6f40059

Please sign in to comment.