Mike Bayer
5df1759e15
- got all examples working
...
- inline default execution occurs for *all* non-PK columns
unconditionally - preexecute only for non-executemany PK cols on
PG, Oracle, etc.
- new default docs
2007-09-01 21:21:29 +00:00
Jason Kirtland
0051349d09
Updated adjencytree examples
2007-08-21 21:05:23 +00:00
Mike Bayer
ed4fc64bb0
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
Jason Kirtland
177d30cc01
- Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead
...
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
2007-07-06 00:58:09 +00:00
Mike Bayer
6d5786c1c2
docs/examples/unittests for remote_side
2006-12-08 20:50:48 +00:00
Mike Bayer
266f9f1ebe
some example cleanup
2006-11-01 17:14:50 +00:00
Mike Bayer
c48177f0fe
- unit-of-work does a better check for "orphaned" objects that are
...
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..
2006-08-18 17:21:01 +00:00
Mike Bayer
bb79e2e871
merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1
2006-05-25 14:20:23 +00:00
Mike Bayer
8d7c9349b2
moved tables into examples so basic_tree could be simplified
2006-01-03 00:30:37 +00:00
Mike Bayer
9ebac6151a
added 'deferred' keyword, allowing deferred loading of a particular column
2005-12-21 03:44:46 +00:00
Mike Bayer
c02e113df3
fixed tree examples import scheme, tweak to properties import
2005-12-03 06:18:55 +00:00
Mike Bayer
d9d39f0a8d
2005-10-17 00:12:30 +00:00
Mike Bayer
988bf12461
2005-10-17 00:06:13 +00:00
Mike Bayer
9e37e8135d
2005-10-16 23:58:35 +00:00
Mike Bayer
7e008f2f9e
2005-10-15 18:53:10 +00:00
Mike Bayer
dbc5716dae
2005-10-14 04:23:02 +00:00
Mike Bayer
27c3542a0f
2005-10-14 03:46:48 +00:00
Mike Bayer
606ca93762
new examples
2005-10-13 00:24:09 +00:00