Re: [RDBO] One to Optional One relationships

2007-04-26 Thread Ovid
--- John Siracusa [EMAIL PROTECTED] wrote: [...] How can I have my server delete the suspended record without the server ID going away? This is probably the best way to do it: $server-delete_suspended; $server-save; Unfortunately, in your example, that will fail (I think)

Re: [RDBO] Rose internals question

2007-04-26 Thread Jonathan Vanasco
On Apr 26, 2007, at 6:18 PM, Jonathan Vanasco wrote: e) when restoring an object, I'm trying to figure out how stuff the foreign keys and relationships. i can bring them up as new objects just fine, but there aren't really any rose methods for stuffing one into an object.