[sqlalchemy] Re: working with detached objects

2006-11-29 Thread Michael Bayer
if thats true, thats a bug. can you make me a small test case ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalchemy@googlegroups.com To unsubscribe

[sqlalchemy] Re: working with detached objects

2006-11-28 Thread [EMAIL PROTECTED]
fwiw. using private methods on the session, calling session._attach( instance ) has the nesc. effects of reattaching to the session with the object marked in the session as dirty. [EMAIL PROTECTED] wrote: i'd like to detach an object from a session, modify it, and reattach it to the session,