mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +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
|
@ -6,7 +6,7 @@
|
|||
|
||||
- A `.opcodes <opcode>` dot command in the CLI that describes what a VDBE opcode does.
|
||||
|
||||
- The `avg()` and `sum()` aggregate functions.
|
||||
- The `avg()`, `count()`, `max()`, and `sum()` aggregate functions.
|
||||
|
||||
- `PRAGMA cache_size` support.
|
||||
|
||||
|
|
|
@ -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