Re: [SQLObject] Trouble with cascade

2009-06-22 Thread Oleg Broytmann
Hello. Sorry for the late answer. I was on vacation. (It is strange nobody answered the question.) On Mon, Jun 15, 2009 at 06:56:06PM +0300, Imri Goldberg wrote: > I had some trouble with cascade='null' not being acted on when using > deleteMany instead of destroySelf. [skip] > The output is: > [,

[SQLObject] Trouble with cascade

2009-06-15 Thread Imri Goldberg
Hi I had some trouble with cascade='null' not being acted on when using deleteMany instead of destroySelf. I managed to reproduce it with a simple example. When running the following code: from sqlobject import * class Abc(SQLObject): field1 = StringCol() final = ForeignKey('Abc', cascade