[PEAK] Progress on peak.schema

Niki Spahiev niki at vintech.bg
Tue Mar 1 04:03:06 EST 2005


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



More information about the PEAK mailing list