Hello,

> > 
> > Unless I'm doing something very wrong (entirely possible), it doesn't
> > seem to be removing them.  I destroySelf Member objects, and then
> > calling the RelatedJoin field in a Group object which referenced the
> > destroyed Member throws a sqlobject.main.SQLObjectNotFound exception.

> I use the following hack to delete related entities:

> def destroySelfPatched(join):
>     """A workaround against default SQLObject's behaviour where
> the entries in intermediate table are not deleted when original
> object is destroyed. """
 

is this really true? I have to cleanup the intermediate tables
by my self ?

Is this a feature or a bug ?

Kindly regards

Lutz Steinborn


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to