summaryrefslogtreecommitdiff
path: root/examples/polymorph
Commit message (Expand)AuthorAgeFilesLines
* - mega example cleanupMike Bayer2010-01-194-258/+0
* Added in Examples into the test suite so they get exercised regularly. Cleane...Michael Trier2009-07-272-1/+1
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-313-27/+27
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-273-5/+9
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-062-2/+2
* 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-254-242/+222
* added explicit "session" argument to get(), select_whereclause in mapper, as ...Mike Bayer2006-04-061-3/+3
* put proper return typeMike Bayer2006-04-031-1/+1
* improved translation of rows when proxying rows from one mapper to another.Mike Bayer2006-03-261-3/+4
* got some support for mapping to a select that only selects some of the column...Mike Bayer2006-03-251-2/+0
* some more tweaks to get more advanced polymorphic stuff to workMike Bayer2006-03-242-7/+146
* 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