George Herson <[EMAIL PROTECTED]> wrote: > > Advice on how to pursue enabling recursion? My C is > rusty.
The code generator for triggers will need to be rewritten, probably to generate the trigger processing code as VDBE subroutines rather than in-line code. And then the way that triggers are fired will have to be completely overhauled. This is a major rewrite of trigger processing. If you C is rusty, this is not something that you could be reasonably expected to do successfully. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

