| Commit message (Expand) | Author | Age | Files | Lines |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -891/+0 |
* | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -1/+1 |
* | - forwards-compatibility with 0.4: added one(), first(), and | Mike Bayer | 2007-06-20 | 1 | -0/+2 |
* | - improved support for eagerloading of properties off of mappers that are mapped | Mike Bayer | 2007-05-22 | 1 | -2/+2 |
* | - the "primary_key" argument to mapper() is propigated to the "polymorphic" | Mike Bayer | 2007-05-17 | 1 | -0/+48 |
* | - fix to polymorphic query which allows the original polymorphic_union | Mike Bayer | 2007-05-15 | 1 | -1/+9 |
* | - fix to many-to-many relationships targeting polymorphic mappers | Mike Bayer | 2007-04-11 | 1 | -0/+50 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -1/+1 |
* | unit test fix, same child object was being attached to two parents in a one-t... | Mike Bayer | 2007-03-28 | 1 | -2/+6 |
* | - the full featureset of the SelectResults extension has been merged | Mike Bayer | 2007-03-10 | 1 | -6/+5 |
* | - added "fold_equivalents" argument to Join.select(), which removes | Mike Bayer | 2007-03-02 | 1 | -3/+1 |
* | this test works with both one to many and many to one, but i think its intend... | Mike Bayer | 2007-02-28 | 1 | -2/+2 |
* | - more fixes to polymorphic relations, involving proper lazy-clause | Mike Bayer | 2007-02-25 | 1 | -2/+106 |
* | Completed previously missed patches from tickets 422 and 415 | Rick Morrison | 2007-02-18 | 1 | -4/+4 |
* | - implemented foreign_keys argument on relation() [ticket:385] | Mike Bayer | 2007-02-10 | 1 | -1/+1 |
* | - fixed "remote_side" in testrelationonbaseclass [ticket:461] | Mike Bayer | 2007-02-06 | 1 | -3/+3 |
* | added unit test for previous checked in lazy fix | Mike Bayer | 2007-02-01 | 1 | -0/+43 |
* | - the "polymorphic_primaryjoin" again goes against the parent's non-polymorph... | Mike Bayer | 2007-02-01 | 1 | -8/+7 |
* | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 1 | -28/+272 |
* | - added a standardized test harness for ORM tests | Mike Bayer | 2007-01-27 | 1 | -67/+85 |
* | - eager relation to an inheriting mapper wont fail if no rows returned for | Mike Bayer | 2007-01-27 | 1 | -0/+68 |
* | - calling corresponding_column with keys_ok matches columns on name, not key,... | Mike Bayer | 2007-01-24 | 1 | -0/+108 |
* | relationships no longer compile against the "selectable" mapper (i.e. the pol... | Mike Bayer | 2007-01-23 | 1 | -2/+65 |
* | - tightened down conditions used to locate "relation direction", associating | Mike Bayer | 2007-01-20 | 1 | -0/+135 |