on 9/6/01 12:57 PM, "Atul Dambalkar" <[EMAIL PROTECTED]> wrote:

> Jon,
> 
> This seems great!  I also looked at the Scarab docs, I guess, this is
> definitely one approach to the problem, but with one issue. If we use
> TurbineUser's User_Id, as a foreign key reference in Database-PSML schema,
> will that be doing cascading deletes to the referencing tables? If that is
> the case, then we DON'T want that to happen. Reason being:

Torque doesn't do cascading deletes across multiple tables. That would be
nuts to implement in a generic fashion.

If you want that, you have to write it yourself in the BO's.

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to