Update CHANGELOG.md and COMPAT.md

This commit is contained in:
Pekka Enberg
2024-08-06 08:06:43 +03:00
parent 5b7d112e74
commit 7b06150df6
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
### Unreleased
### Added
- Partial support for `json()` function (Jean Arhancet)
## 0.0.3 - 2024-08-01
### Added

View File

@@ -151,7 +151,7 @@ This document describes the SQLite compatibility status of Limbo:
| Function | Status | Comment |
|------------------------------------|---------|---------|
| json(json) | | |
| json(json) | Partial | |
| jsonb(json) | | |
| json_array(value1,value2,...) | | |
| jsonb_array(value1,value2,...) | | |