Skip to content

Commit

Permalink
remove defunct SQL test after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mathemancer committed Nov 6, 2024
1 parent a9a30e8 commit 7b29fe3
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions db/sql/test_00_msar.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5861,23 +5861,6 @@ BEGIN
'[{"1": 4, "2": 2.345, "3": 1, "4": "Ida Idalia", "5": 90, "6": "[email protected]"}]',
'Record results work when no access to linked table having custom summary'
);
RETURN NEXT throws_ok(
format(
$s$SELECT msar.get_record_from_table(
tab_id => %1$s,
rec_id => 4,
return_record_summaries => true,
table_record_summary_templates => jsonb_build_object(
%1$s,
'[[4], " ", [5], "%% - (", [3, 3], " / ", [3, 2, 2], ")"]'::jsonb
)
);$s$,
'"Students"'::regclass::oid
),
'42501',
'permission denied for table Teachers',
'Record summary throws permission error when linked table missing privileges -- TODO'
);

SET ROLE NONE;
CREATE ROLE intern_no_access;
Expand Down

0 comments on commit 7b29fe3

Please sign in to comment.