10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e491f2b commit c9853e6Copy full SHA for c9853e6
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