summaryrefslogtreecommitdiff
path: root/test/orm/test_eager_relations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a regression from 0.7 caused by this ticket, whichMike Bayer2013-05-131-0/+54
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-125/+2
* Added a new exception to detect the case where twoMike Bayer2012-11-241-1/+128
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-6/+6
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* fixes for pg9Mike Bayer2012-08-221-3/+4
* - more fixes to py 3.3 tests, [ticket:2542]Mike Bayer2012-08-111-4/+4
* mo tests mo problemsMike Bayer2012-08-061-3/+4
* - [bug] Improvements to joined/subquery eagerMike Bayer2012-08-061-40/+100
* trailing whitespace bonanzaMike Bayer2012-07-281-67/+67
* fix tests here, mssql/mysql are mutually exclusive about x IN/= <subquery> at...Mike Bayer2011-09-241-1/+6
* - The behavior of =/!= when comparing a scalar selectMike Bayer2011-09-231-2/+5
* fix a testMike Bayer2011-08-061-2/+3
* - Feature enhancement: joined and subqueryMike Bayer2011-07-171-1/+104
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-1/+178
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-33/+50
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-20/+21
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-2/+2
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-57/+319
* - Fixed bug in query.options() whereby a pathMike Bayer2011-03-171-4/+4
* - Improvements to the error messages emitted whenMike Bayer2011-03-161-2/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-53/+53
* - merge default tipMike Bayer2010-12-051-1/+2
|\
| * - ordering for tests, [ticket:1888]Mike Bayer2010-12-041-1/+2
* | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-5/+5
|\ \
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
| |/
* | - merge 2-arg form of query.join(), [ticket:1923]Mike Bayer2010-11-261-11/+17
* | merge tipMike Bayer2010-11-141-1/+112
|\ \ | |/
| * - "innerjoin" flag doesn't take effect along the chainMike Bayer2010-11-051-1/+111
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-13/+18
|/
* - Dynamic attributes don't support collectionMike Bayer2010-08-051-6/+23
* - add typing/operator converts to Float/Numeric to get Oracle tests going again,Mike Bayer2010-07-021-2/+5
* - A collection lazy load will switch off defaultMike Bayer2010-03-281-2/+28
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-56/+56
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-42/+42
* - order by secondary worksMike Bayer2010-03-231-17/+32
* adding tests, all the features present in joined eager loadingMike Bayer2010-03-231-15/+31
* - Fixed bug which affected all eagerload() and similar optionsMike Bayer2010-03-221-0/+44
* and here's where it gets *fun* ! so much for being easyMike Bayer2010-03-221-4/+0
* - ordering testsMike Bayer2010-03-221-31/+13
* - The official name for the relation() function is nowMike Bayer2010-03-171-80/+80
* - relation() with uselist=False will emit a warning whenMike Bayer2009-12-181-1/+12
* oracle test fixesMike Bayer2009-10-261-5/+6
* attempt to fix some jython ordering annoyingnessMike Bayer2009-10-181-7/+8
* - the behavior of eagerloading such that the main query isMike Bayer2009-10-181-0/+96
* - added a flag to relation(), eagerload(), and eagerload_all()Mike Bayer2009-10-181-2/+80
* assert -> eq_Philip Jenvey2009-08-291-57/+70
* merge 0.6 series to trunk.Mike Bayer2009-08-061-34/+35
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1608