Given the trigger creation statement :
CREATE TRIGGER triggername DELETE ON tablename BEGIN statements; END

When does it happen ? BEFORE or AFTER ?

I've read http://sqlite.org/lang_createtrigger.html, but it is unclear to me.  
If I had to guess, I would say the trigger is a BEFORE trigger, but I'd rather 
not guess, so I'm asking here.

Thanks,
Kris.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to