Skip to content

Commit

Permalink
doc: modify "Planned features" of SQL features doc
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Jan 30, 2024
1 parent 50c8928 commit 82e9b45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/sql-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The planned features are listed [here](#planned-features).
----
note:

Concurrent execution of DML and DDL statements are not fully supported.
DDL should be issued from single thread when there is no on-going DML processing for the target tables/indices.
Concurrent execution of DML and DDL statements are not fully supported.
DDL should be issued from single thread when there is no on-going DML processing for the target tables/indices.

### Table definition

Expand Down Expand Up @@ -206,6 +206,8 @@ This version does not support temporal value literals (e.g. `TIMESTAMP '2000-01-

### High

* Definitions
* `GENERATED ALWAYS AS IDENTITY` (identity columns)
* Queries
* `UNION ALL`
* Expressions
Expand All @@ -218,6 +220,8 @@ This version does not support temporal value literals (e.g. `TIMESTAMP '2000-01-

### Normal

* Definitions
* `GENERATED BY DEFAULT AS IDENTITY` (identity columns)
* Queries
* Sub-queries
* Expressions
Expand Down

0 comments on commit 82e9b45

Please sign in to comment.