Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernized "adjacencytree" example | Mike Bayer | 2010-01-18 | 1 | -129/+0 |
| | |||||
* | Cleaned up the deprecation problems with the examples. | Michael Trier | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | fix adjacency list examples | Mike Bayer | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | Removed some distractions. | Jason Kirtland | 2007-11-14 | 1 | -21/+18 |
| | |||||
* | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -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 examples | Jason Kirtland | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -10/+6 |
| | | | | maintenance branch in branches/rel_0_3. | ||||
* | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -1/+1 |
| | | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation | ||||
* | docs/examples/unittests for remote_side | Mike Bayer | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | some example cleanup | Mike Bayer | 2006-11-01 | 1 | -8/+6 |
| | |||||
* | - unit-of-work does a better check for "orphaned" objects that are | Mike Bayer | 2006-08-18 | 1 | -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_1 | Mike Bayer | 2006-05-25 | 1 | -36/+23 |
| | |||||
* | moved tables into examples so basic_tree could be simplified | Mike Bayer | 2006-01-03 | 1 | -7/+26 |
| | |||||
* | added 'deferred' keyword, allowing deferred loading of a particular column | Mike Bayer | 2005-12-21 | 1 | -1/+1 |
| | |||||
* | fixed tree examples import scheme, tweak to properties import | Mike Bayer | 2005-12-03 | 1 | -3/+1 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-17 | 1 | -1/+1 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-17 | 1 | -2/+0 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-16 | 1 | -18/+49 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-15 | 1 | -1/+10 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-14 | 1 | -15/+0 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-14 | 1 | -1/+1 |
| | |||||
* | new examples | Mike Bayer | 2005-10-13 | 1 | -0/+107 |