Fix #1129, view embedding on capitalized table

- Now also works on camelCase fk column
This commit is contained in:
steve-chavez
2018-07-18 09:43:42 -05:00
committed by Steve Chávez
parent ecf0e9213f
commit 105671e51a
4 changed files with 20 additions and 0 deletions
+2
View File
@@ -84,6 +84,8 @@ GRANT ALL ON TABLE
, jsonb_test
, authors_books_number
, authors_have_book_in_decade
, foos
, bars
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;