summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_single.py
Commit message (Expand)AuthorAgeFilesLines
* multiple levels of inheritance with different 'on' clausespr/29Anatoly Bubenkov2013-09-101-4/+77
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-3/+124
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-1/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+4
* -whitespace bonanza, contdMike Bayer2012-07-281-6/+6
* - [bug] Calls to query.join() to a single-tableMike Bayer2011-12-031-2/+49
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-8/+8
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-13/+15
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-1/+1
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-11/+59
* - whitespace removal bonanzaMike Bayer2011-01-021-32/+32
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* - fix test_single test to use default dialectMike Bayer2010-09-151-2/+4
* - Fixed bug that would prevent "subqueryload" fromMike Bayer2010-09-131-1/+75
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-1/+1
* - The official name for the relation() function is nowMike Bayer2010-03-171-7/+7
* merge 0.6 series to trunk.Mike Bayer2009-08-061-5/+6
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+400