diff --git a/tests/sql_test_files/it_works_columns_component_json_nomssql.sql b/tests/sql_test_files/it_works_columns_component_json_nomssql_nopostgres.sql similarity index 57% rename from tests/sql_test_files/it_works_columns_component_json_nomssql.sql rename to tests/sql_test_files/it_works_columns_component_json_nomssql_nopostgres.sql index 7bba9232..5ea8d246 100644 --- a/tests/sql_test_files/it_works_columns_component_json_nomssql.sql +++ b/tests/sql_test_files/it_works_columns_component_json_nomssql_nopostgres.sql @@ -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,