summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+1
* Additional fixes to sane rowcountMike Bayer2017-08-311-0/+2
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-550/+597
* - this test is too brittle under load, not worth it, remove itMike Bayer2017-01-171-59/+0
* Ensure mapper.polymorphic_on is polymorphic_prop.columns[0]Mike Bayer2016-09-211-1/+76
* Deprecate FromClause.count()Mike Bayer2016-06-141-2/+2
* - skip GC tests here when coverage is enabled, seems to interfereMike Bayer2016-03-081-1/+1
* - use regex here, columns dont matter, keep coming up with different orderingsMike Bayer2016-01-231-3/+3
* - make this test deterministicMike Bayer2016-01-211-3/+3
* - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-201-0/+236
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-0/+56
* - use new Or() directive to test for both SQL variants here, which can varyMike Bayer2014-06-211-7/+16
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-38/+64
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+0
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-2/+33
* add better tests for [ticket:2750]Mike Bayer2013-06-301-3/+45
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-301-3/+23
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-231-1/+2
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
* order the properties here to get the SQL to be deterministicMike Bayer2013-04-201-7/+7
* Fixed bug whereby ORM would run the wrong kind ofMike Bayer2013-04-111-2/+49
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-0/+67
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+7
* - fix for pypyMike Bayer2012-08-251-4/+8
* a few oracle fixesMike Bayer2012-08-251-1/+2
* - [bug] with_polymorphic() produces JOINsMike Bayer2012-08-011-0/+99
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-1/+1
* pypy doesn't seem to decrement __subclasses__(), just skip for nowMike Bayer2012-07-171-0/+3
* - [feature] *Very limited* support forMike Bayer2012-07-141-0/+57
* - [bug] ORM will perform extra effort to determineMike Bayer2012-07-051-66/+103
* - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-5/+3
* modify these tests to ensure the CASE output is being used fullyMike Bayer2012-02-141-16/+22
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-0/+32
* add autoincrement directive for oracleMike Bayer2011-12-091-2/+4
* - Standalone expressions in polymorphic_onMike Bayer2011-12-091-2/+50
* - [feature] polymorphic_on now accepts manyMike Bayer2011-12-091-18/+145
* - Added the same "columns-only" check toMike Bayer2011-06-081-0/+13
* - polymorphic_union() gets a "cast_nulls" option,Mike Bayer2011-05-121-1/+57
* - Changed the handling in determination of joinMike Bayer2011-05-071-13/+63
* - mapper() will ignore non-configured foreign keysMike Bayer2011-05-071-0/+83
* update warnings per zxjdbcPhilip Jenvey2011-04-231-1/+1
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-2/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-39/+40
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-3/+3
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-8/+8
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-25/+84
* - Also emits the correct WHERE criterionMike Bayer2011-02-021-3/+19
* - Fixed bug where "middle" class in a polymorphic hierarchyMike Bayer2011-02-021-1/+44
* - A warning is emitted when a joined-table inheriting mapperMike Bayer2011-01-301-0/+43