Hi Ralf,

Have you had a look at the following web-page:-

http://www.justatheory.com/computers/databases/sqlite

This is a way of enforcing referential integrity in SQlite with triggers 
although evidently not with recursive triggers.
We have implemented this in our system. Would you mind explaining to me the 
benefit of recursive triggers for this purpose? I ask as we are trying hard to 
optimise the performance of our deletes, do you think using recursive triggers 
(when implemented) will be more efficient at cascading deletes?

Thanks

Mark

> -----Original Message-----
> From: Ralf Junker [mailto:[EMAIL PROTECTED]
> Sent: 26 October 2005 16:58
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] Are DELETE TRIGGERS recursive or not?
> 
> 
> Hello [EMAIL PROTECTED],
> 
> Thank you! I am very much looking forward to recursive delete 
> triggers for just the very purpose you mentioned!
> 
> Regards,
> 
> Ralf
> 
> >Not at this time.  Though work is underway to change this.
> >We need recusive delete triggers in order to implement
> >cascadinig deletes for referential integrity.
> 
> 
> 


DISCLAIMER:
This information and any attachments contained in this email message is 
intended only for the use of the individual or entity to which it is addressed 
and may contain information that is privileged, confidential, and exempt from 
disclosure under applicable law.  If the reader of this message is not the 
intended recipient, or the employee or agent responsible for delivering the 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution, forwarding, or copying of this communication is 
strictly prohibited.  If you have received this communication in error, please 
notify the sender immediately by return email, and delete the original message 
immediately.

Reply via email to