Update compatibility matrix and changelog

This commit is contained in:
Pekka Enberg 2024-07-08 22:18:12 +03:00
parent 7bc83e5a0f
commit 3c76a68a6d
2 changed files with 4 additions and 4 deletions

View file

@ -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 | |