27 Dec
2007
27 Dec
'07
3:28 p.m.
Apologies for posting this here, but I couldn't find the right bugtracker for z3c.zalchemy (I looked in Launchad and the README). Where is the right place? It looks like z3c.zalchemy.AlchemyDataManager._cleanup doesn't do everything the sqlalchemy docs suggest it should. Specifically, it calls clear() on the session rather than close(). http://www.sqlalchemy.org/docs/04/session.html#unitofwork_using_expunge Is there a reason for this? Or is it just an oversight? -- Brian Sutherland