mark detach as supported

Honestly, I didn't even notice we had a compat entry for it because it
seems so trivial. But it was done as part of ATTACH.
This commit is contained in:
Glauber Costa
2025-07-25 15:35:13 -05:00
parent 76cf3444c6
commit 02e57c81f7

View File

@@ -64,7 +64,7 @@ Turso aims to be fully compatible with SQLite, with opt-in features not supporte
| CREATE VIEW | No | |
| CREATE VIRTUAL TABLE | Yes | |
| DELETE | Yes | |
| DETACH DATABASE | No | |
| DETACH DATABASE | Yes | |
| DROP INDEX | Partial | Disabled by default. |
| DROP TABLE | Yes | |
| DROP TRIGGER | No | |