summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-0614-16/+16
* added proper cascade for deletesMike Bayer2007-06-301-1/+5
* fix to "populate_existing"Mike Bayer2007-06-271-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
* some updatesMike Bayer2007-05-293-11/+161
* fix to the backref primary join conditionMike Bayer2007-05-291-7/+11
* added "polymorphic assocaition" example, illustrates how to emulateMike Bayer2007-05-282-0/+300
* docs/examples for new with_parent() featureMike Bayer2007-04-171-4/+3
* - Query has add_entity() and add_column() generative methods. theseMike Bayer2007-03-101-2/+2
* docs: [ticket:345], [ticket:356], [ticket:48], [ticket:403], [ticket:394],Mike Bayer2007-01-211-2/+4
* new collections exampleMike Bayer2006-12-121-0/+84
* pickle example for dmillerMike Bayer2006-12-091-0/+82
* docs/examples/unittests for remote_sideMike Bayer2006-12-083-3/+3
* patched **kwargs enhancement for [ticket:361]Mike Bayer2006-11-101-1/+8
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-034-7/+217
* some example cleanupMike Bayer2006-11-012-16/+13
* added graphing exampleMike Bayer2006-11-011-0/+85
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-3/+2
* tweak for Table.create() not having a return valueMike Bayer2006-10-211-3/+5
* - "custom list classes" is now implemented via the "collection_class"Mike Bayer2006-10-032-7/+7
* - internal refactoring to mapper instances() method to use aMike Bayer2006-09-301-3/+4
* - unit-of-work does a better check for "orphaned" objects that areMike Bayer2006-08-182-2/+2
* echo=TrueMike Bayer2006-07-181-1/+1
* late compilation of mappers. now you can create mappers in any order, and th...Mike Bayer2006-06-082-1/+5
* 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-258-350/+320
* added explicit "session" argument to get(), select_whereclause in mapper, as ...Mike Bayer2006-04-062-3/+4
* 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
* a cool example that illustrates vertical table storage, and objects that auto...Mike Bayer2006-03-261-0/+164
* 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
* added backref() function, allows the creation of a backref where you also sen...Mike Bayer2006-03-071-0/+41
* 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
* deprecated relation(class, table)Mike Bayer2006-02-021-1/+1
* moved tables into examples so basic_tree could be simplifiedMike Bayer2006-01-033-51/+68
* column.label is now a function; fix byroot example, add 'default_label' acces...Mike Bayer2006-01-021-1/+1
* updates for assignmapper, inherit_condition not requiredMike Bayer2005-12-291-1/+1
* added 'deferred' keyword, allowing deferred loading of a particular columnMike Bayer2005-12-211-1/+1
* fixed tree examples import scheme, tweak to properties importMike Bayer2005-12-033-9/+4
* mysql engine comment..Mike Bayer2005-11-271-0/+1
* new calling style for sqlite engineMike Bayer2005-11-121-1/+1
* (no commit message)Mike Bayer2005-10-301-4/+4
* (no commit message)Mike Bayer2005-10-231-2/+2
* (no commit message)Mike Bayer2005-10-231-4/+4