summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mapping/util.py
Commit message (Collapse)AuthorAgeFilesLines
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-31/+0
|
* a little spring cleaning for the util package, etcMike Bayer2006-04-071-0/+7
|
* introducing...the mods package ! the SelectResults thing moves as the first modMike Bayer2006-03-311-70/+0
|
* wow, __len__ is a real disaster when combined with list()...turning that offMike Bayer2006-03-311-10/+31
|
* Jonas Borgström's fantastic SelectRsults patch that adds dynamic list ↵Mike Bayer2006-03-311-0/+73
argument support to the mapper.select() methd. associated unit test tweaks and mapper integration.