Taimoor Zaeem
Taimoor Zaeem
I think the idea of 404/412 could be implemented. After naively thinking about this, I am thinking of defining a new `Error` besides `SingularityError` called **`PreConditionFailed`** and assign this the...
@steve-chavez Is the design for this feature completed or is it still in discussion?
```shell tx-settings = '{"public.table": {"request.headers": ["header1", "header2"]}, "public.func()": {"request.jwt.claims": ["*"]}}' ``` @steve-chavez Could you give more detail about what `public.table` and `public.func()` are in this?
@steve-chavez How should we handle the case when an `Origin: domain` header is given in the request? Should it override the `cors-allowed-origins` config?
@steve-chavez @laurenceisla Now that #2926 is merged, `POST` returns `200` on an update. So, maybe this can be done with `POST`. e.g ```http POST /items Prefer: return=representation, resolution=merge-duplicates [ {...
@steve-chavez @wolfgangwalther @laurenceisla Where exactly in the code `schema cache` and `pool` are reset? I understand that are `reloaded` but I can't seem to find any place where they are...
@steve-chavez @wolfgangwalther @laurenceisla Assigning list to config in `test_io.py` raises this type error. How do I assign the list to the config to test it? ```python def test_multiple_func_settings(defaultenv): "check multiple...
@mn200 Could you give an example of this and also what exactly is the cryptic message?
@wolfgangwalther Hmm, I have noticed an inconsistency between `docs` and `dbSettingsNames`. The `dbSettingsNames` include `db_tx_end` but the docs configuration [page](https://postgrest.org/en/v12/references/configuration.html#db-tx-end) says that `db_tx_end` is `n/a` for in-db config. More the...
It appears that the test case is failing, however, the test passes when run with `postgrest-test-io -k test_only_hoisted_settings_are_applied`.