nix: add postgrest-with-oriole-18

This commit is contained in:
Wolfgang Walther
2026-08-02 14:51:50 +00:00
parent 549ab36c30
commit f84c44dafa
12 changed files with 46 additions and 22 deletions
@@ -76,7 +76,7 @@ spec withConfig = withConfig baseCfg $
}
it "only affects the source table rows if his direct embedding is an inner join" $ do
get "/tasks?select=id,projects(id,clients!inner(id))&projects.clients.id=eq.2" `shouldRespondWith`
get "/tasks?select=id,projects(id,clients!inner(id))&projects.clients.id=eq.2&order=id" `shouldRespondWith`
[json|[
{"id":1,"projects":null},
{"id":2,"projects":null},