We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa1cdd commit f20b269Copy full SHA for f20b269
src/test/regress/sql/json_encoding.sql
@@ -65,4 +65,3 @@ SELECT jsonb '{ "a": "dollar \u0024 character" }' ->> 'a' as correct_everywhere
65
SELECT jsonb '{ "a": "dollar \\u0024 character" }' ->> 'a' as not_an_escape;
66
SELECT jsonb '{ "a": "null \u0000 escape" }' ->> 'a' as fails;
67
SELECT jsonb '{ "a": "null \\u0000 escape" }' ->> 'a' as not_an_escape;
68
-
0 commit comments