[sqlalchemy] versioning when updating a relationship

2010-12-20 Thread Andronikos Nedos
Hi all, I'm retrofitting the SA versioning example [http://www.sqlalchemy.org/ docs/orm/examples.html#versioned-objects] into a large TG2 webapp. Since I would like to make versioning transparent to the existing controller's code, I would like a new version to be emitted when I update a

Re: [sqlalchemy] versioning when updating a relationship

2010-12-20 Thread Michael Bayer
On Dec 20, 2010, at 10:00 AM, Andronikos Nedos wrote: Hi all, I'm retrofitting the SA versioning example [http://www.sqlalchemy.org/ docs/orm/examples.html#versioned-objects] into a large TG2 webapp. Since I would like to make versioning transparent to the existing controller's code, I