From 8cc206e7481d08259284554ab8356f59fff904de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Francoeur?= Date: Tue, 23 Sep 2025 14:23:42 -0400 Subject: [PATCH] compat --- COMPAT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPAT.md b/COMPAT.md index a2054adb4..39efa6bd6 100644 --- a/COMPAT.md +++ b/COMPAT.md @@ -395,8 +395,8 @@ Modifiers: | jsonb_group_object(name,value) | Yes | | | json_each(json) | Yes | | | json_each(json,path) | Yes | | -| json_tree(json) | Yes | | -| json_tree(json,path) | Yes | | +| json_tree(json) | Partial | see commented-out tests in json.test | +| json_tree(json,path) | Partial | see commented-out tests in json.test | ## SQLite C API