mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
Update COMPAT.md
This commit is contained in:
parent
ed7271a08c
commit
293974e692
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Limbo aims to be fully compatible with SQLite, with opt-in features not supporte
|
|||
| ATTACH DATABASE | No | |
|
||||
| BEGIN TRANSACTION | Partial | Transaction names are not supported. |
|
||||
| COMMIT TRANSACTION | Partial | Transaction names are not supported. |
|
||||
| CREATE INDEX | No | |
|
||||
| CREATE INDEX | Yes | |
|
||||
| CREATE TABLE | Partial | |
|
||||
| CREATE TRIGGER | No | |
|
||||
| CREATE VIEW | No | |
|
||||
|
|
@ -461,6 +461,8 @@ Modifiers:
|
|||
| IdxDelete | No | |
|
||||
| IdxGE | Yes | |
|
||||
| IdxInsert | No | |
|
||||
| IdxInsertAsync | Yes | |
|
||||
| IdxInsertAwait | Yes | |
|
||||
| IdxLE | Yes | |
|
||||
| IdxLT | Yes | |
|
||||
| IdxRowid | No | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue