summaryrefslogtreecommitdiff
path: root/test/orm/inheritance
Commit message (Expand)AuthorAgeFilesLines
* Add SQL Server CI coverageMike Bayer2017-08-313-6/+7
* Additional fixes to sane rowcountMike Bayer2017-08-311-0/+2
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-072-13/+342
* Set complete FROM list for subquery eagerload's orig queryMike Bayer2017-06-161-0/+4
* selectin polymorphic loadingMike Bayer2017-06-051-0/+260
* Demote innerjoin to outerjoin coming from with_polymorphicMike Bayer2017-05-121-0/+52
* 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-0716-2629/+3002
* - this test is too brittle under load, not worth it, remove itMike Bayer2017-01-171-59/+0
* Adapt from "localparent" in joinedloaderMike Bayer2017-01-091-1/+71
* Add real .entities to _BundleEntityMike Bayer2016-12-191-17/+103
* Disable single-inheritance critera on the outside of UNIONMike Bayer2016-11-181-0/+50
* Ensure mapper.polymorphic_on is polymorphic_prop.columns[0]Mike Bayer2016-09-211-1/+76
* - fix this test which did not allow for the A/ ASub to be loadedMike Bayer2016-08-121-7/+15
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-242-2/+5
* Remove same-named relationship warningMike Bayer2016-07-191-1/+70
* Deprecate FromClause.count()Mike Bayer2016-06-144-10/+17
* Deprecate Mapper.order_byMike Bayer2016-04-193-18/+42
* - skip GC tests here when coverage is enabled, seems to interfereMike Bayer2016-03-081-1/+1
* - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-251-3/+72
* - 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 issue where two same-named relationships that refer toMike Bayer2016-01-191-0/+39
* - varchar requires a lengthMike Bayer2015-12-221-1/+1
* - add the test from ref #3614 as well for testing ref #3611Mike Bayer2015-12-211-0/+60
* - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-18/+99
* - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-251-1/+130
* - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-111-0/+15
* - use is_() here to more clearly show what's going wrongMike Bayer2015-10-191-13/+25
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-0/+56
* - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-191-0/+25
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-101-12/+12
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-6/+3
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-201-0/+6
* - 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
* - ensure all tests are named test_*Mike Bayer2014-07-305-34/+34
* - 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-202-40/+66
* - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-251-0/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+1
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-271-1/+1
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-0/+36
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-3/+5