[sqlalchemy] post_update fails with backrefs set

2010-05-19 Thread Brad Wells
In upgrading to 0.6.0 I've found a regression in behavior for relationships with backrefs that require post_update=True. from sqlalchemy import Table, Column, Integer, String, MetaData, create_engine, ForeignKey, ForeignKeyConstraint from sqlalchemy.orm import relation, sessionmaker,

Re: [sqlalchemy] post_update fails with backrefs set

2010-05-19 Thread Michael Bayer
that's very likely to be a bug related to the new unit of work. I've added #1807 which is on a high priority 0.6.1 track, will try to get it in before 0.6.1 release. On May 19, 2010, at 3:34 PM, Brad Wells wrote: In upgrading to 0.6.0 I've found a regression in behavior for relationships