Open
Description
I expected something like this to work:
test = run $ (fetch $ select [] "ThisDoesNotExist") <|> (fetch $ select [] "thisExists")
Instead, I just get an Exception. Using findOne
doesn't work either, since it's always a success.
IMO, the exception should only happen if the last alternative fails. At least that's the expected semantics of (<|>)
.
Metadata
Metadata
Assignees
Labels
No labels