Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -66/+0 |
| | | | | maintenance branch in branches/rel_0_3. | ||||
* | - added a standardized test harness for ORM tests | Mike Bayer | 2007-01-27 | 1 | -8/+3 |
| | | | | - added three-level mapping test. needed some massaging for postgres | ||||
* | - tightened down conditions used to locate "relation direction", associating | Mike Bayer | 2007-01-20 | 1 | -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). | ||||
* | removed | Mike Bayer | 2007-01-20 | 1 | -220/+0 |
| | |||||
* | fixed [ticket:245]rel_0_2_6 | Mike Bayer | 2006-07-20 | 1 | -0/+220 |