Skip to content

Commit

Permalink
Merge pull request #1843 from dolthub/gitbook-dev
Browse files Browse the repository at this point in the history
Publish
  • Loading branch information
timsehn authored Nov 6, 2023
2 parents 4f055b8 + 8f75de5 commit f68453a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/reference/sql/sql-support/data-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ title: Data Description
| :------------------- | :-------- | :------------------------------------------------------------------------------------------------------ |
| Indexes | 🟠 | Unsupported on TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT, TINYBLOB, BLOB, MEDIUMBLOB and LONGBLOB data types |
| Multi-column indexes || |
| Full-text indexes | | |
| Full-text indexes | 🟠 | Only basic functionality supported. Missing other search modifiers, different text parsers, stopword support, minimum word length adjustments, phrase matching |
| Spatial indexes || |

## Schema
Expand Down
14 changes: 7 additions & 7 deletions content/reference/sql/sql-support/supported-statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Supported Statements
| Statement | Supported | Notes and limitations |
|:--------------------|:----------|:----------------------------------------------------------------------------------|
| `CALL` || |
| `CREATE TABLE AS` | | `INSERT INTO SELECT *` is supported. |
| `CREATE TABLE AS` | | |
| `CREATE TABLE LIKE` || |
| `DO` || |
| `DELETE` || No support for referring to more than one table in a single `DELETE` statement. |
Expand All @@ -23,7 +23,7 @@ title: Supported Statements
| `SELECT FROM AS OF` || Selecting from a table as of any known revision or commit timestamp is supported. |
| `SELECT FOR UPDATE` || Row-level locks are not supported. |
| `SUBQUERIES` || Subqueries work, but must be given aliases. Some limitations apply. |
| `TABLE` | | Equivalent to `SELECT * FROM TABLE` without a `WHERE` clause. |
| `TABLE` | | |
| `TRUNCATE` || |
| `UPDATE` || No support for referring to more than one table in a single `UPDATE` statement. |
| `VALUES` || |
Expand All @@ -49,19 +49,19 @@ title: Supported Statements
| `ALTER VIEW` || Views can be created and dropped, but not altered. |
| `CHANGE COLUMN` || |
| `CREATE DATABASE` || Creates a new dolt database rooted relative to the server directory |
| `CREATE EVENT` | 🟠 | Dolt stores event definitions but event execution is not supported yet. |
| `CREATE EVENT` | | |
| `CREATE FUNCTION` || |
| `CREATE INDEX` | 🟠 | Fulltext indexes are not supported. |
| `CREATE INDEX` | | |
| `CREATE SCHEMA` || Creates a new dolt database rooted relative to the server directory |
| `CREATE TABLE` || |
| `CREATE TABLE AS` | | |
| `CREATE TABLE AS` | | |
| `CREATE TRIGGER` || |
| `CREATE VIEW` || |
| `DESCRIBE TABLE` || |
| `DROP COLUMN` || |
| `DROP CONSTRAINT` || |
| `DROP DATABASE` || Deletes the dolt data directory. This is unrecoverable. |
| `DROP EVENT` | | |
| `DROP EVENT` | | |
| `DROP FUNCTION` || |
| `DROP INDEX` || |
| `DROP SCHEMA` || Deletes the dolt data directory. This is unrecoverable. |
Expand All @@ -85,7 +85,7 @@ title: Supported Statements
| `SHOW DATABASES` || |
| `SHOW FUNCTION CODE` || |
| `SHOW FUNCTION STATUS` || |
| `SHOW GRANTS` | 🟠 | Database privileges, table privileges, and role assumption are not yet implemented. |
| `SHOW GRANTS` | 🟠 | Database privileges, table privileges, and role assumption are not yet implemented. |
| `SHOW INDEX` || |
| `SHOW PRIVILEGES` || |
| `SHOW PROCEDURE CODE` || |
Expand Down

0 comments on commit f68453a

Please sign in to comment.