summaryrefslogtreecommitdiff
path: root/examples/vertical
Commit message (Expand)AuthorAgeFilesLines
* Repair dictlike-polymorphicMike Bayer2016-05-241-1/+1
* simplify thisMike Bayer2013-11-301-20/+2
* - start reworking examples to include more code from the wiki.Mike Bayer2013-11-292-250/+155
* - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-091-0/+1
* - the raw 2to3 runMike Bayer2013-04-272-62/+62
* modernize some more examplesMike Bayer2013-04-272-11/+6
* whack more long lines in very old docstringsMike Bayer2013-02-021-4/+10
* - Adjusted dictlike-polymorphic.py exampleMike Bayer2011-09-261-8/+9
* - rename hybrid.property_, hybrid.method to hybrid_property, hybrid_method. ...Mike Bayer2011-01-121-35/+29
* - whitespace removal bonanzaMike Bayer2011-01-021-1/+1
* - remove remaining create_session() calls from examples, replace with SessionMike Bayer2010-10-242-12/+10
* - The official name for the relation() function is nowMike Bayer2010-03-172-7/+7
* - mega example cleanupMike Bayer2010-01-194-203/+28
* Added in Examples into the test suite so they get exercised regularly. Cleane...Michael Trier2009-07-271-0/+0
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-313-15/+19
* - fixed up vertical.pyMike Bayer2008-06-281-107/+133
* - Added comparable_property(), adds query Comparator behavior to regular, unm...Jason Kirtland2008-03-171-22/+1
* - Added two new vertical dict mapping examples.Jason Kirtland2008-02-122-0/+533
* - 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