Hi Michael, I just read the docs and it stated in the code section for SessionContext
# 'u' is automatically added to the current session of 'ctx' u = User() Is this correct ? I was under the impression it would not do this, which was what I found not intuitive about objectstore. regards, Huy > sessioncontext. go read the plugins page in the documentation. > > On Oct 10, 2006, at 10:34 PM, Huy Do wrote: > > >> Hi, >> >> Just wondering if there is a threadlocal like plugin, but which >> doesn't >> automatically add objects to the session ? >> i.e it behaves like the threadlocal but you have to explicitly call >> objectstore.save(myobj) on all objects you want saved. >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy -~----------~----~----~----~------~----~------~--~---
