On 02/12/2018 01:32 PM, Mike Bayer wrote: > I've loaded up mailman's test suite and one step at a time reduced the > failing test to more granular steps, removing one at a time to > continue to reproduce the error. It turns out there is a fundamental > bug in the post_update feature that has existed for years and is only > becoming apparent now that the feature reports on missed rows. > issue is at > https://bitbucket.org/zzzeek/sqlalchemy/issues/4187/post_update-fails-if-the-parent-object-is. > hopefully fixed in a few hours and hopefully backports to 1.1.x > though it's only critical that it gets to 1.2 since that's where the > assertion was added.
Thank you very much for following up on this Mike and finding the issue. I'm sorry I wasn't able to be more help in the isolation process, but I'm happy it will be fixed. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
