[sqlalchemy] Re: Weak Referencing Session

2007-09-12 Thread Paul Johnston
Hi, >that the identity map within the Session again becomes "weak >referencing", the way it used to be back in 0.2 and part of 0.3. > > +0 from me. It sounds like a sensible change, but I only use short-lived sessions in web apps, so it makes little difference to me. Paul --~--~-~--~

[sqlalchemy] Re: Weak Referencing Session

2007-09-11 Thread Mike Bernson
Is there any chance of making it an option to not have a weak reference ? How about something on the session level with sessionmaker ? Having it the session level would help me but not sure if make sense there. I have things in the model object that depend on the object not going away. I have