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
See #96.
Sadly the current Go generics does not allow method chaining like From().Select().Where().... The only feasible approach is Where(From()).Select() type of method composition which isn't the point of this library. There are alternative libraries that let you go that path.
Hello
Why you don't implement generic functions like this:
The text was updated successfully, but these errors were encountered: