Closed rrdlpl closed 5 years ago
+1 that issue also relevant for me
this is in master but it's not released yet, you need to compile from source if you want this feature now
To build from source, see http://postgrest.org/en/v5.2/install.html#build-from-source.
Environment
Description of issue
According to this merge request this feature should be already supported.
https://github.com/PostgREST/postgrest/issues/1234 https://github.com/PostgREST/postgrest/pull/1241
I have the following table:
My Post requests
http://localhost:3000/controllers?columns=id,"siteId",host,port,username,password
Payload:
As I understand it, only the properties that were added after columns=, should be considered in the Insert query. However, I'm getting this response back:
Expected result:
The row should be inserted only with the columns that I specified