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
@coopernurse it looks like you were the last to touch that explicit line. Is there any chance that you remember the context around why we're avoiding returning sql.ErrNoRows in dbmap.Get?
Example:
DbMap.Get()
returns(nil, nil)
if no row is found.I think it should returns
(nil, error)
if gorp cannot find any record.Is this a bug?
or is there any reason?
The text was updated successfully, but these errors were encountered: