Re: [sqlalchemy] ondelete Cascade function not working in sqlalchemy

2011-09-05 Thread Fayaz Yusuf Khan
On Friday 01 Jul 2011 7:42:18 PM Kartik Lakhotia wrote: I have described my tables declaratively with foreign key being used at many places. I did set onupdate and ondelete as Cascade but it is not working properly. It does not delete the values in the foreign key column when i delete that

Re: [sqlalchemy] Weird bug

2011-09-05 Thread Michael Bayer
The fix for this is spreading out into some deeper code changes, all for the better but it's tipping past the point I'd want to put this into 0.6.9, so for the moment I'm going to keep this in the 0.7 series. On Aug 18, 2011, at 4:56 PM, Michael Bayer wrote: On Aug 18, 2011, at 4:24 PM,