diff --git a/COMPAT.md b/COMPAT.md index f02c25b66..213841cb1 100644 --- a/COMPAT.md +++ b/COMPAT.md @@ -228,7 +228,7 @@ Feature support of [sqlite expr syntax](https://www.sqlite.org/lang_expr.html). |------------------------------------|---------|---------| | json(json) | Partial | | | jsonb(json) | | | -| json_array(value1,value2,...) | | | +| json_array(value1,value2,...) | Yes | | | jsonb_array(value1,value2,...) | | | | json_array_length(json) | | | | json_array_length(json,path) | | |