Commit Graph

12 Commits

Author SHA1 Message Date
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