mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 01:04:22 +01:00
Merge 'Update COMPAT.md to remove CREATE INDEX default disabled' from Preston Thorpe
Closes #2854
This commit is contained in:
@@ -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 | |
|
||||
|
||||
Reference in New Issue
Block a user