Re: [sqlalchemy] Objects inadvertently being added to session

2015-06-15 Thread T Mark
:26:39 AM UTC-4, Michael Bayer wrote: On 6/15/15 11:12 AM, T Mark wrote: Hi there, I have been pulling my hair out on this one. I understood that objects make it into the session only due to an explicit call to add(). or if they are associated with a parent object

[sqlalchemy] Re: Objects inadvertently being added to session

2015-06-15 Thread T Mark
I forgot to mention: I'm using: - Python 2.7.6 on Linux, - SQLAlchemy version 0.9.9. - PostgreSQL 9.3 Thanks - terry On Monday, June 15, 2015 at 11:12:54 AM UTC-4, T Mark wrote: Hi there, I have been pulling my hair out on this one. I understood that objects make it into the session only

[sqlalchemy] Objects inadvertently being added to session

2015-06-15 Thread T Mark
Hi there, I have been pulling my hair out on this one. I understood that objects make it into the session only due to an explicit call to add(). But, I seem to be seeing objects being added without my explicitly doing so. Is this to be expected ? For instance, I want to establish a