Merge pull request #590 from begriffs/proper-403

Return proper 401/403 when access denied
This commit is contained in:
Joe Nelson
2016-05-17 22:56:55 -07:00
9 changed files with 73 additions and 30 deletions
+1
View File
@@ -25,6 +25,7 @@ spec = do
, {"schema":"test","name":"comments","insertable":true}
, {"schema":"test","name":"complex_items","insertable":true}
, {"schema":"test","name":"compound_pk","insertable":true}
, {"schema":"test","name":"empty_table","insertable":true}
, {"schema":"test","name":"filtered_tasks","insertable":true}
, {"schema":"test","name":"ghostBusters","insertable":true}
, {"schema":"test","name":"has_count_column","insertable":false}