Merge 'Add WINDOW functions to COMPAT.md' from Jussi Saurio

Closes #3701
This commit is contained in:
Pekka Enberg
2025-10-13 10:18:54 +03:00
committed by GitHub

View File

@@ -95,6 +95,7 @@ Turso aims to be fully compatible with SQLite, with opt-in features not supporte
| UPDATE | Yes | |
| VACUUM | No | |
| WITH clause | Partial | No RECURSIVE, no MATERIALIZED, only SELECT supported in CTEs |
| WINDOW functions | Partial | only default frame definition, no window-specific functions (rank() etc) |
#### [PRAGMA](https://www.sqlite.org/pragma.html)