Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -31/+0 |
| | |||||
* | a little spring cleaning for the util package, etc | Mike Bayer | 2006-04-07 | 1 | -0/+7 |
| | |||||
* | introducing...the mods package ! the SelectResults thing moves as the first mod | Mike Bayer | 2006-03-31 | 1 | -70/+0 |
| | |||||
* | wow, __len__ is a real disaster when combined with list()...turning that off | Mike Bayer | 2006-03-31 | 1 | -10/+31 |
| | |||||
* | Jonas Borgström's fantastic SelectRsults patch that adds dynamic list ↵ | Mike Bayer | 2006-03-31 | 1 | -0/+73 |
argument support to the mapper.select() methd. associated unit test tweaks and mapper integration. |