summaryrefslogtreecommitdiff
path: root/test/orm/inheritance
Commit message (Expand)AuthorAgeFilesLines
* - 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
* most of ORM passing...Mike Bayer2013-05-041-2/+2
* - the raw 2to3 runMike Bayer2013-04-279-177/+177
* and a lot of tests. five fail without the changeMike Bayer2013-04-261-0/+264
* 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 when a query of the form:Mike Bayer2013-04-091-0/+1
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-0/+67
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-013-36/+248
* getting everything to pass againMike Bayer2012-09-275-5/+10
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-2716-59/+60
* - fix for pypyMike Bayer2012-08-251-4/+8
* a few oracle fixesMike Bayer2012-08-251-1/+2
* fixes for pg9Mike Bayer2012-08-221-2/+2
* - [bug] with_polymorphic() produces JOINsMike Bayer2012-08-011-0/+99
* - [feature] Added reduce_columns() methodMike Bayer2012-07-282-6/+3
* -whitespace bonanza, contdMike Bayer2012-07-288-258/+258
* - 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
* - [bug] Fixed bug mostly local to newMike Bayer2012-07-141-8/+18
* - [feature] *Very limited* support forMike Bayer2012-07-142-6/+65
* - [bug] ORM will perform extra effort to determineMike Bayer2012-07-051-66/+103
* - [feature] The of_type() construct on attributesMike Bayer2012-06-202-128/+104
* - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-231-0/+113
* - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-5/+3