Skip to content

Commit fbf9948

Browse files
committed
json_object is different on postgres
1 parent 4cafa1e commit fbf9948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sql_test_files/it_works_columns_component_json_nomssql.sql renamed to tests/sql_test_files/it_works_columns_component_json_nomssql_nopostgres.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- this test is skipped on MSSQL because its json_object function has a different syntax
1+
-- this test is skipped on MSSQL and postgres because their json_object function has a different syntax
22
select 'columns' as component;
33
select
44
JSON_OBJECT('description', 'It works !') as item,

0 commit comments

Comments
 (0)