summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_single.py
Commit message (Expand)AuthorAgeFilesLines
* Consult _select_from_entity in _adjust_for_single_inheritanceMike Bayer2017-03-141-5/+20
* Check for columns not part of mapping, correct mapping for eager_defaultsMike Bayer2017-02-091-1/+73
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-235/+235
* Add real .entities to _BundleEntityMike Bayer2016-12-191-17/+103
* Disable single-inheritance critera on the outside of UNIONMike Bayer2016-11-181-0/+50
* - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-111-0/+15
* - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-191-0/+25
* - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-0/+59
* - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-0/+25
* - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-091-2/+120
* - use default dialect for compile test hereMike Bayer2014-08-291-1/+2
* - Changed the approach by which the "single inheritance criterion"Mike Bayer2014-08-291-3/+16
* - 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