[sqlalchemy] Re: Trouble detaching all objects with relationships intact

2010-12-07 Thread Ian Thompson
On Dec 6, 5:53 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 6, 2010, at 11:52 AM, Ian Thompson wrote: On Dec 6, 4:49 pm, Ian Thompson quorn...@gmail.com wrote: I've generated a test data set and then want to have all of the created objects and relationships available for

Re: [sqlalchemy] Re: Trouble detaching all objects with relationships intact

2010-12-07 Thread Michael Bayer
On Dec 7, 2010, at 7:46 AM, Ian Thompson wrote: On Dec 6, 5:53 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 6, 2010, at 11:52 AM, Ian Thompson wrote: On Dec 6, 4:49 pm, Ian Thompson quorn...@gmail.com wrote: I've generated a test data set and then want to have all of

[sqlalchemy] Re: Trouble detaching all objects with relationships intact

2010-12-06 Thread Ian Thompson
On Dec 6, 4:49 pm, Ian Thompson quorn...@gmail.com wrote: I've generated a test data set and then want to have all of the created objects and relationships available for reference easily. To avoid possible pollution of this fixture I want to detach the objects from the sessions to avoid them

Re: [sqlalchemy] Re: Trouble detaching all objects with relationships intact

2010-12-06 Thread Michael Bayer
On Dec 6, 2010, at 11:52 AM, Ian Thompson wrote: On Dec 6, 4:49 pm, Ian Thompson quorn...@gmail.com wrote: I've generated a test data set and then want to have all of the created objects and relationships available for reference easily. To avoid possible pollution of this fixture I want to