summaryrefslogtreecommitdiff
path: root/examples/adjacencytree/basic_tree.py
Commit message (Collapse)AuthorAgeFilesLines
* modernized "adjacencytree" exampleMike Bayer2010-01-181-129/+0
|
* Cleaned up the deprecation problems with the examples.Michael Trier2009-04-131-2/+2
|
* fix adjacency list examplesMike Bayer2008-07-141-1/+1
|
* Removed some distractions.Jason Kirtland2007-11-141-21/+18
|
* - got all examples workingMike Bayer2007-09-011-1/+5
| | | | | | | - inline default execution occurs for *all* non-PK columns unconditionally - preexecute only for non-executemany PK cols on PG, Oracle, etc. - new default docs
* Updated adjencytree examplesJason Kirtland2007-08-211-1/+1
|
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-10/+6
| | | | maintenance branch in branches/rel_0_3.
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
| | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation
* docs/examples/unittests for remote_sideMike Bayer2006-12-081-1/+1
|
* some example cleanupMike Bayer2006-11-011-8/+6
|
* - unit-of-work does a better check for "orphaned" objects that areMike Bayer2006-08-181-1/+1
| | | | | | | | | | part of a "delete-orphan" cascade, for certain conditions where the parent isnt available to cascade from. - it is now invalid to declare a self-referential relationship with "delete-orphan" (as the abovementioned check would make them impossible to save) - improved the check for objects being part of a session when the unit of work seeks to flush() them as part of a relationship..
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-36/+23
|
* moved tables into examples so basic_tree could be simplifiedMike Bayer2006-01-031-7/+26
|
* 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-031-3/+1
|
* (no commit message)Mike Bayer2005-10-171-1/+1
|
* (no commit message)Mike Bayer2005-10-171-2/+0
|
* (no commit message)Mike Bayer2005-10-161-18/+49
|
* (no commit message)Mike Bayer2005-10-151-1/+10
|
* (no commit message)Mike Bayer2005-10-141-15/+0
|
* (no commit message)Mike Bayer2005-10-141-1/+1
|
* new examplesMike Bayer2005-10-131-0/+107