Phillip J. Eby wrote:
[..]
> Anyway, here's a couple of ways to express the same simple query using
> the "bulletins" example schema::
>
> aUser = ws.groupBy(User.loginId)['joe']
>
> aUser = ws[User.loginId.eq('joe')]
Has ws.groupBy any connection to SQL group by? If not it's confusing.
regards,
Niki Spahiev