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
If you try to select into var foo []_MyType instead of a var foo *[]_MyType (e.g., you forget the & in the arg), then you get an error message that is no longer applicable with this new feature: gorp: Cannot SELECT into non-struct type: []*MyType
The text was updated successfully, but these errors were encountered:
From @sqs comment in #40
If you try to select into var foo []_MyType instead of a var foo *[]_MyType (e.g., you forget the & in the arg), then you get an error message that is no longer applicable with this new feature:
gorp: Cannot SELECT into non-struct type: []*MyType
The text was updated successfully, but these errors were encountered: