Re: [sqlalchemy] not-null constraint violation in 0.6beta1

2010-03-18 Thread Christoph Ludwig
On Sat, Mar 13, 2010 at 08:14:46PM -0500, Michael Bayer wrote: On Mar 13, 2010, at 6:45 PM, Christoph Ludwig wrote: Hi, I have an application that used to work fine with SQLAlchemy 0.5.6. With 0.6beta1 I observe commit failures when I try to update references in a 1-to-many

[sqlalchemy] not-null constraint violation in 0.6beta1

2010-03-13 Thread Christoph Ludwig
Hi, I have an application that used to work fine with SQLAlchemy 0.5.6. With 0.6beta1 I observe commit failures when I try to update references in a 1-to-many relationship and delete the then unreferences object. I did not see anything pertinent to this issue in the 0.6 migration guide. The