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
You are right, that you could just limit your query result, but that would potentially mask a serious problem. So this is a pretty good safeguard to have.
Well, how would you recover from this error? This is really an error in the programmer's logic if this happens, so not recoverable at runtime really. You are of course free to change the logic yourself, if you think this can be handled differently. Nothing wrong with that.
What is the point of this? Why set the fetchLimit to 2 and then fatal error if two objects are returned?
The text was updated successfully, but these errors were encountered: