summaryrefslogtreecommitdiff
path: root/test/orm/test_subquery_relations.py
Commit message (Expand)AuthorAgeFilesLines
* autoincrement hereMike Bayer2013-12-171-2/+2
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-1/+55
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-4/+0
* use a set here alsoMike Bayer2013-10-181-2/+2
* - fix non-deterministic ordering pointMike Bayer2013-10-141-2/+3
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+194
* working through tests....Mike Bayer2013-06-021-12/+11
* - the raw 2to3 runMike Bayer2013-04-271-3/+3
* - additional test + correction for [ticket:2699]Mike Bayer2013-04-181-1/+52
* order by...Mike Bayer2013-04-091-2/+2
* Fixed bug when a query of the form:Mike Bayer2013-04-091-0/+109
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-21/+34
* Added a new exception to detect the case where twoMike Bayer2012-11-241-1/+9
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* mo tests mo problemsMike Bayer2012-08-061-3/+3
* - [bug] Improvements to joined/subquery eagerMike Bayer2012-08-061-2/+110
* -whitespace bonanza, contdMike Bayer2012-07-281-4/+4
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-2/+0
* - [bug] Fixed bug whereby populate_existingMike Bayer2012-06-161-0/+12
* - [bug] Fixed bug whereby subqueryload() fromMike Bayer2012-05-171-0/+80
* - Fixed bug whereby mapper.order_by attribute wouldMike Bayer2011-09-281-0/+20
* - Feature enhancement: joined and subqueryMike Bayer2011-07-171-1/+124
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-12/+20
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-10/+11
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-29/+155
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-31/+47
* - whitespace removal bonanzaMike Bayer2011-01-021-26/+26
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* - additional fix for [ticket:1964]Mike Bayer2010-11-131-13/+10
* whoopsieMike Bayer2010-11-111-19/+18
* - Fixed bug regarding "subqueryload" strategy wherebyMike Bayer2010-11-111-0/+57
* - Dynamic attributes don't support collectionMike Bayer2010-08-051-4/+21
* - Query.statement, Query.subquery(), etc. now transferMike Bayer2010-06-141-1/+40
* - fix some final pathing stuff, we weren't getting all the loads in theMike Bayer2010-03-241-1/+1
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-1/+1
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-6/+6
* everything everything passes on this one. still want to get rid of that hack...Mike Bayer2010-03-241-36/+31
* this version actually works for all existing tests plus simple self-referential.Mike Bayer2010-03-231-13/+13
* - order by secondary worksMike Bayer2010-03-231-1/+261
* adding tests, all the features present in joined eager loadingMike Bayer2010-03-231-47/+272
* that was easyMike Bayer2010-03-231-0/+1
* all tests are passing. some more TODOs and more testing neededMike Bayer2010-03-221-10/+21
* - Fixed bug which affected all eagerload() and similar optionsMike Bayer2010-03-221-28/+90
* and here's where it gets *fun* ! so much for being easyMike Bayer2010-03-221-8/+68
* - ordering testsMike Bayer2010-03-221-0/+95
* initial subq implementationMike Bayer2010-03-211-0/+75