summaryrefslogtreecommitdiff
path: root/test/orm/selectresults.py
Commit message (Collapse)AuthorAgeFilesLines
* - moved selectresults test from orm to ext packageMike Bayer2006-09-221-164/+0
| | | | | - renamed objectstore test suite to unitofwork - added additional "eagerdegrade" tests to mapper, to test fixes from #308
* simplification to quoting to just cache strings per-dialect, added quoting ↵Mike Bayer2006-09-041-0/+38
| | | | | | for alias and label names fixes [ticket:294]
* - fix to using query.count() with distinct, **kwargs with SelectResultsMike Bayer2006-08-271-0/+42
| | | | count() [ticket:287]
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+84