summaryrefslogtreecommitdiff
path: root/test/orm/inheritance
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-131-0/+134
* - dont run deletes hereMike Bayer2014-01-131-0/+1
* - Fixed regression where we apparently still create an implicitMike Bayer2014-01-021-0/+1
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-14/+65
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-173-6/+0
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-1/+0
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-0/+1
* - 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
* Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-1/+91
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-072-13/+134
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-062-11/+55
* a test for what's breaking, plus a non-working fix for it...Mike Bayer2013-06-051-1/+47
* - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-041-5/+4
* - eager loadsMike Bayer2013-06-041-60/+38
* getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-021-1/+24