mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 08:54:20 +01:00
Optimization
This commit is contained in:
@@ -280,9 +280,10 @@ do_execsql_test json_arrow_shift_implicit_root_path {
|
||||
SELECT '{"a":1}' ->> 'a';
|
||||
} {{1}}
|
||||
|
||||
do_execsql_test json_arrow_implicit_root_path_undefined_key {
|
||||
SELECT '{"a":1}' -> 'x';
|
||||
} {{}}
|
||||
# TODO: fix me after rebasing on top of https://github.com/tursodatabase/limbo/pull/631 - use the Option value in json_extract_single
|
||||
#do_execsql_test json_arrow_implicit_root_path_undefined_key {
|
||||
# SELECT '{"a":1}' -> 'x';
|
||||
#} {{}}
|
||||
|
||||
do_execsql_test json_arrow_shift_implicit_root_path_undefined_key {
|
||||
SELECT '{"a":1}' ->> 'x';
|
||||
|
||||
Reference in New Issue
Block a user