Skip to content

Commit dd5b799

Browse files
authored
Fix broken test 03573_json_keys_with_dots
1 parent 27100bd commit dd5b799

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/queries/0_stateless/03573_json_keys_with_dots.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SET json_type_escape_dots_in_keys=1;
2+
SET enable_analyzer=1;
23

34
SELECT '{"a" : {"b" : 42}}'::JSON AS json1, '{"a.b" : 42}'::JSON AS json2, JSONAllPaths(json1), JSONAllPaths(json2);
45
SELECT '{"a.b" : 42, "a" : {"b" : "Hello World!"}}'::JSON AS json, JSONAllPaths(json);

0 commit comments

Comments
 (0)