We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27100bd commit dd5b799Copy full SHA for dd5b799
1 file changed
tests/queries/0_stateless/03573_json_keys_with_dots.sql
@@ -1,4 +1,5 @@
1
SET json_type_escape_dots_in_keys=1;
2
+SET enable_analyzer=1;
3
4
SELECT '{"a" : {"b" : 42}}'::JSON AS json1, '{"a.b" : 42}'::JSON AS json2, JSONAllPaths(json1), JSONAllPaths(json2);
5
SELECT '{"a.b" : 42, "a" : {"b" : "Hello World!"}}'::JSON AS json, JSONAllPaths(json);
0 commit comments