Hopefully I didn't overlook this too.

Is it possible to do a four level deep cascading save? In other words I
have relationships where,

1. Company -> one to many offerings
2. Offering -> one to many sequences
3. Sequence -> one to many levels

I *believe* that I have the proper data structure setup such that I can do,

$company->offerings( [EMAIL PROTECTED] );
$company->save;

And assuming Rose knows to DWIM it should work, but I am getting an FK
constraint error telling me that upon saving the 'level' that the
'sequence' does not exist.

It certainly could be a problem in my data structure, but before I spend
more time debugging it, I thought I would confirm that it should be working.

Thanks again,

http://danconia.org

-------------------------------------------------------------------------
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
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to