Skip to content

Commit

Permalink
json_object is different on postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Oct 5, 2024
1 parent 4cafa1e commit fbf9948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- this test is skipped on MSSQL because its json_object function has a different syntax
-- this test is skipped on MSSQL and postgres because their json_object function has a different syntax
select 'columns' as component;
select
JSON_OBJECT('description', 'It works !') as item,
Expand Down

0 comments on commit fbf9948

Please sign in to comment.