On 27/01/2003 9:09 PM, "Xavier Ottolini" <[EMAIL PROTECTED]> wrote:
> Thank you for myour anwsear, Scott, > > So, I supppose that there are no method to ckeck referencial entegrity > in the Turbine API ? As I said, you can override the generated methods to do this yourself. If you used a RDBMS that enforces RI then it would most likely throw an error in instances where RI was going to be violated and this would most likely be returned by Turbine. Another alternative would be to update Torque itself to perform the necessary RI checks, perhaps as an option when the classes are generated. HTH, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au .Mac Chat/AIM: seade at mac dot com > > Scott Eade wrote: > >> MySQL does not enforce referential integrity and neither does Torque. You >> can make it enforce RI by overriding the relevant methods and adding the >> necessary checks yourself. >> >> HTH, >> >> Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>