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
Fix issue with query where any query with 'where' clause panicked (#36)
This PR fixes the nil pointer issue for queries containing
where clause. Also fixes some help messages to be at par with
other messages.
Also update the goreleaser config to ensure 'v' is added in published
release versions.