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
* Check error if rows.Next returns false.
Per https://golang.org/pkg/database/sql/#Rows.Next,
> returns true on success, or false if there is no next result row or an error
> happened while preparing it. Err should be consulted to distinguish between
> the two cases.
* Fix up vet errors and ensure lowercasefields is reset in postgres tests
0 commit comments