diff --git a/.vendor/linter b/.vendor/linter index b40aaf7..e4fab69 160000 --- a/.vendor/linter +++ b/.vendor/linter @@ -1 +1 @@ -Subproject commit b40aaf70be8af80f048da777e551c5b790bd9e69 +Subproject commit e4fab69e7f6256682f5b6b80e7a8f2423a0c39a9 diff --git a/test/core/functions.sql b/test/core/functions.sql index 4d06ffc..c5cd932 100644 --- a/test/core/functions.sql +++ b/test/core/functions.sql @@ -233,8 +233,10 @@ BEGIN , 'Test null_count(a, b, c)' ); - -- Test JSON versions - -- These could be combined... + /* + * Test JSON versions + * These could be combined... + */ RETURN NEXT bag_eq( format($$SELECT a, b, c, %1$I.null_count( row_to_json( row(a, b, c) ) ), %1$I.not_null_count( row_to_json( row(a, b, c) ) ) FROM test_data$$, ncs()) , $$SELECT *, 3-null_count AS not_null_count FROM test_data$$