fix: Embedding views with partial FK references broken

This is a regression introduced in d2719420f4.

Fixes #2548

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther
2022-10-31 18:15:06 +01:00
committed by Wolfgang Walther
parent b2935ef799
commit 44dd73adcc
4 changed files with 28 additions and 1 deletions
@@ -563,3 +563,6 @@ spec =
}
]|]
{ matchHeaders = [matchContentTypeJson] }
it "should not expose hidden FKs" $
get "/va?select=vb(*)" `shouldRespondWith` 200