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
@@ -17,6 +17,7 @@ GRANT ALL ON TABLE
, comments
, complex_items
, compound_pk
, empty_table
, has_count_column
, has_fk
, insertable_view_with_join
+7
View File
@@ -458,6 +458,13 @@ CREATE TABLE empty_table (
);
--
-- Name: private_table; Type: TABLE; Schema: test; Owner: -
--
CREATE TABLE private_table ();
--
-- Name: has_count_column; Type: VIEW; Schema: test; Owner: -
--