[sqlalchemy] Re: Problem with query and lazyload

2008-09-28 Thread Mike Bernson
I can not recreate the problem in a standalone program for now. I think it might have something to do with events from attribute extension. If I change the weak_identity_map to false the problem does not happen. I might be doing something in one of the callback from attribute extension set

[sqlalchemy] Re: Problem with query and lazyload

2008-09-27 Thread Michael Bayer
Attached is a script that attempts to imitate as close as I can tell to what you are asking (and the end result is correct). Modify it to illustrate your exact issue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[sqlalchemy] Re: Problem with query and lazyload

2008-09-27 Thread Mike Bernson
I am working on recreating the problem. It is not quite as simple as I thought. I have both mapper extension, and event listener going. Also there is a backref between the parent and child. It may take a while but I am working on creating a standalone program that creates the problem. Michael