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
cursor.One should work without checking IsNil on a user side.
`cursor.One` is a higher level funcion to get a single element from the result
set. It already returns `ErrEmptyResult`, so to be consistent with a
function responsibility it should also return that error even when user
didn't check `IsNil` before performing `One`.
0 commit comments