summaryrefslogtreecommitdiff
path: root/test/orm/inheritance
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-1/+5
|\
| * many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-1/+5
* | another oracle failureMike Bayer2012-03-141-0/+4
* | add autoincrements here hopefully fixing oracle testMike Bayer2012-03-141-4/+8
* | - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-3/+64
* | remove the "produce test" approach from the polymorphic_rel tests,Mike Bayer2012-02-282-1520/+1609
* | - fix some unclear phrases in query regarding polymorphic,Mike Bayer2012-02-164-1308/+1872
* | 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
* - rework the test suite to make use of SkipTest for tests skipped, unsupporte...Mike Bayer2012-01-221-2/+2