You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
is_empty (
$$ update tasks set score =4where score =5 returning 1 $$
, 'admins cannot update tasks in organizations that they are not admins'
);
Expected Output
SELECT
is_empty (
$$ UPDATE tasks SET score =4WHERE score =5 RETURNING 1 $$
, 'admins cannot update tasks in organizations that they are not admins'
);
Actual Output
SELECT
is_empty (
$$ update tasks set score =4where score =5 returning 1 $$
, 'admins cannot update tasks in organizations that they are not admins'
);
Input data
Which SQL and options did you provide as input?
Expected Output
Actual Output
Usage
The text was updated successfully, but these errors were encountered: