From fbf994892dc1964e2be31ab2b0c1492847e8db60 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Sat, 5 Oct 2024 23:51:12 +0200 Subject: [PATCH] json_object is different on postgres --- ...l => it_works_columns_component_json_nomssql_nopostgres.sql} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/sql_test_files/{it_works_columns_component_json_nomssql.sql => it_works_columns_component_json_nomssql_nopostgres.sql} (57%) 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,