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

Commit 5769f6b

Browse files
author
Nikita Glukhov
committed
Add JSON_OBJECT() transformation
1 parent c17a4be commit 5769f6b

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
@@ -643,7 +643,7 @@ SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING char(10));
643643
SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING char(3));
644644
?column?
645645
----------
646-
646+
[1,
647647
(1 row)
648648

649649
SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING text FORMAT JSON);

0 commit comments

Comments
 (0)