mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
Merge 'Add WINDOW functions to COMPAT.md' from Jussi Saurio
Closes #3701
This commit is contained in:
commit
49bf81ab8b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue