From 1a856012619fb27cb45e97178d1753bb3a2e1d09 Mon Sep 17 00:00:00 2001 From: Kacper Madej Date: Fri, 10 Jan 2025 13:41:47 +0700 Subject: [PATCH] Update docs --- COMPAT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPAT.md b/COMPAT.md index 4ddabe10f..54949c91d 100644 --- a/COMPAT.md +++ b/COMPAT.md @@ -266,8 +266,8 @@ Feature support of [sqlite expr syntax](https://www.sqlite.org/lang_expr.html). | json_error_position(json) | | | | json_extract(json,path,...) | Partial | Does not fully support unicode literal syntax and does not allow numbers > 2^127 - 1 (which SQLite truncates to i32), does not support BLOBs | | jsonb_extract(json,path,...) | | | -| json -> path | | | -| json ->> path | | | +| json -> path | Yes | | +| json ->> path | Yes | | | json_insert(json,path,value,...) | | | | jsonb_insert(json,path,value,...) | | | | json_object(label1,value1,...) | | |