summaryrefslogtreecommitdiff
path: root/examples/polymorph/polymorph.py
Commit message (Expand)AuthorAgeFilesLines
* - mega example cleanupMike Bayer2010-01-191-104/+0
* Added in Examples into the test suite so they get exercised regularly. Cleane...Michael Trier2009-07-271-1/+1
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-11/+11
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-3/+4
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
* documented eager load fixMike Bayer2007-06-081-1/+1
* - eager loader calls select_mapper so that poly rulesets get picked upMike Bayer2007-06-081-10/+3
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-031-2/+1
* echo=TrueMike Bayer2006-07-181-1/+1
* improvements/fixes to session cascade iteration,Mike Bayer2006-06-051-0/+1
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-106/+71
* some more tweaks to get more advanced polymorphic stuff to workMike Bayer2006-03-241-7/+9
* a few tweaks and the polymorph example can also use eager loadingMike Bayer2006-03-201-2/+2
* got dilbert to be properly modified....Mike Bayer2006-03-191-1/+1
* added 'noninherited table' prop to mapper indicating the "lead" table, in the...Mike Bayer2006-03-091-2/+2
* a mapper with inheritance will place itself as "dependent" on the inherited m...Mike Bayer2006-03-061-15/+27
* added new 'polymorphic' example. still trying to understand it :) .Mike Bayer2006-03-061-0/+131