After upgrading to SQLAlchemy 0.7.9 I know receive an error  "FlushError: 
Over 100 subsequent flushes have occurred within session.commit() - is an 
after_flush() hook creating new objects?" which is was introduced by 
http://docs.sqlalchemy.org/en/latest/changelog/changelog_07.html#change-75a53327aac5791fe98ec087706a2821
 
in the changelog. 

I don't have any after_flush event handlers.  I do have a before_flush 
event handler that changes the state of a related object, but that doesn't 
sound like what the error is talking about.

How can I debug this further? I am doing this within a Pyramid application, 
so I am somewhat removed from the commit logic.

Thanks,

Jason

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/3fP5zscycEQJ.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to