Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 38e169c

Browse files
author
Nikita Glukhov
committed
Add JSON_OBJECT() transformation
1 parent a6aec1e commit 38e169c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/jsonb_sqljson.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING char(5));
237237
SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING char(2));
238238
?column?
239239
----------
240-
240+
aa
241241
(1 row)
242242

243243
SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING json);

0 commit comments

Comments
 (0)