summaryrefslogtreecommitdiff
path: root/examples/vertical/vertical.py
Commit message (Expand)AuthorAgeFilesLines
* - mega example cleanupMike Bayer2010-01-191-201/+0
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-2/+3
* - fixed up vertical.pyMike Bayer2008-06-281-107/+133
* - fixed wrong varname in session exception throwMike Bayer2007-12-051-5/+4
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-10/+5
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-2/+2
* added proper cascade for deletesMike Bayer2007-06-301-1/+5
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-031-5/+4
* 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-031-4/+1
* late compilation of mappers. now you can create mappers in any order, and th...Mike Bayer2006-06-081-0/+1
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-17/+30
* a cool example that illustrates vertical table storage, and objects that auto...Mike Bayer2006-03-261-0/+164