Fix UPSERT bug on camelCase PK column
This commit is contained in:
committed by
Steve Chávez
parent
9ea7529f30
commit
37e7398a85
Vendored
+1
@@ -79,6 +79,7 @@ GRANT ALL ON TABLE
|
||||
, space
|
||||
, zone
|
||||
, projects_dump
|
||||
, "UnitTest"
|
||||
TO postgrest_test_anonymous;
|
||||
|
||||
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;
|
||||
|
||||
Reference in New Issue
Block a user