summaryrefslogtreecommitdiff
path: root/test/orm/inheritance5.py
Commit message (Expand)AuthorAgeFilesLines
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-891/+0
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
* - forwards-compatibility with 0.4: added one(), first(), andMike Bayer2007-06-201-0/+2
* - improved support for eagerloading of properties off of mappers that are mappedMike Bayer2007-05-221-2/+2
* - the "primary_key" argument to mapper() is propigated to the "polymorphic"Mike Bayer2007-05-171-0/+48
* - fix to polymorphic query which allows the original polymorphic_unionMike Bayer2007-05-151-1/+9
* - fix to many-to-many relationships targeting polymorphic mappersMike Bayer2007-04-111-0/+50
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-1/+1
* unit test fix, same child object was being attached to two parents in a one-t...Mike Bayer2007-03-281-2/+6
* - the full featureset of the SelectResults extension has been mergedMike Bayer2007-03-101-6/+5
* - added "fold_equivalents" argument to Join.select(), which removesMike Bayer2007-03-021-3/+1
* this test works with both one to many and many to one, but i think its intend...Mike Bayer2007-02-281-2/+2
* - more fixes to polymorphic relations, involving proper lazy-clauseMike Bayer2007-02-251-2/+106
* Completed previously missed patches from tickets 422 and 415Rick Morrison2007-02-181-4/+4
* - implemented foreign_keys argument on relation() [ticket:385]Mike Bayer2007-02-101-1/+1
* - fixed "remote_side" in testrelationonbaseclass [ticket:461]Mike Bayer2007-02-061-3/+3
* added unit test for previous checked in lazy fixMike Bayer2007-02-011-0/+43
* - the "polymorphic_primaryjoin" again goes against the parent's non-polymorph...Mike Bayer2007-02-011-8/+7
* merged the polymorphic relationship refactoring branch in. i want to go furt...Mike Bayer2007-01-281-28/+272
* - added a standardized test harness for ORM testsMike Bayer2007-01-271-67/+85
* - eager relation to an inheriting mapper wont fail if no rows returned forMike Bayer2007-01-271-0/+68
* - calling corresponding_column with keys_ok matches columns on name, not key,...Mike Bayer2007-01-241-0/+108
* relationships no longer compile against the "selectable" mapper (i.e. the pol...Mike Bayer2007-01-231-2/+65
* - tightened down conditions used to locate "relation direction", associatingMike Bayer2007-01-201-0/+135