5 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: r3681/ session.save(...
FromSent OnAttachments
svilen31 Oct 2007 04:29 
Michael Bayer31 Oct 2007 08:49 
Michael Bayer31 Oct 2007 08:50 
svilen31 Oct 2007 09:00 
Michael Bayer31 Oct 2007 09:49 
Subject:[sqlalchemy] Re: r3681/ session.save( smth_persistent) became error?
From:Michael Bayer (mike@zzzcomputing.com)
Date:10/31/2007 08:49:38 AM
List:com.googlegroups.sqlalchemy

session.save_or_update(obj)

On Oct 31, 2007, at 7:29 AM, svilen wrote:

why is this so? i have bunch of objects, and i make them all persistent. then i have another bunch, some of them are noe, other are from above and i want this bunch to also became persistent. (If something there IS already persistent - so what, do nothing) how do i do it now?