mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 20:45:01 +00:00
Update compatibility matrix and changelog
This commit is contained in:
parent
7bc83e5a0f
commit
3c76a68a6d
2 changed files with 4 additions and 4 deletions
|
@ -119,12 +119,12 @@ This document describes the SQLite compatibility status of Limbo:
|
|||
| Function | Status | Comment |
|
||||
|------------------------------|---------|---------|
|
||||
| avg(X) | Yes | |
|
||||
| count() | No | |
|
||||
| count(*) | No | |
|
||||
| count() | Yes | |
|
||||
| count(*) | Yes | |
|
||||
| group_concat(X) | No | |
|
||||
| group_concat(X,Y) | No | |
|
||||
| string_agg(X,Y) | No | |
|
||||
| max(X) | No | |
|
||||
| max(X) | Yes | |
|
||||
| min(X) | No | |
|
||||
| sum(X) | Yes | |
|
||||
| total(X) | No | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue