Merge 'Update COMPAT.md to remove CREATE INDEX default disabled' from Preston Thorpe

Closes #2854
This commit is contained in:
Preston Thorpe
2025-08-29 20:58:30 -04:00
committed by GitHub

View File

@@ -56,7 +56,7 @@ Turso aims to be fully compatible with SQLite, with opt-in features not supporte
| ATTACH DATABASE | Partial | Only for reads. All modifications will currently fail to find the table |
| BEGIN TRANSACTION | Partial | Transaction names are not supported. |
| COMMIT TRANSACTION | Partial | Transaction names are not supported. |
| CREATE INDEX | Partial | Disabled by default. |
| CREATE INDEX | Partial | Only for columns (not arbitrary expressions) |
| CREATE TABLE | Partial | |
| CREATE TABLE ... STRICT | Yes | |
| CREATE TRIGGER | No | |