summaryrefslogtreecommitdiff
path: root/test/orm/inheritance4.py
Commit message (Collapse)AuthorAgeFilesLines
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-66/+0
| | | | maintenance branch in branches/rel_0_3.
* - added a standardized test harness for ORM testsMike Bayer2007-01-271-8/+3
| | | | - added three-level mapping test. needed some massaging for postgres
* - tightened down conditions used to locate "relation direction", associatingMike Bayer2007-01-201-0/+71
| | | | | | | | the "foreignkey" of the relationship with the "primaryjoin". the column match now must be exact, not just "corresponding". this enables self-referential relationships on a polymorphic mapper. - a little bit of improvement to the concept of a "concrete" inheritance mapping, though that concept is not well fleshed out yet (added test case to support concrete mappers on top of a polymorphic base).
* removedMike Bayer2007-01-201-220/+0
|
* fixed [ticket:245]rel_0_2_6Mike Bayer2006-07-201-0/+220