You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm. I guess the idea of selectExactlyOne is that you use it when you absolutely know that there is one matching row — e.g. because you're joining on a NOT NULL foreign key.
That said, you're right that this is unexpected and inconsistent behaviour, and that qualifies it as a great big bug. I'll see if I can fix it!
I've created a repository with a repro and details here: https://github.com/tetchel/zap-lateral-bug
The text was updated successfully, but these errors were encountered: