On Oct 14, 2008, at 1:07 AM, John Belli wrote:

> What is the recommended conflict to raise during an FK enforcement
> trigger? I'm not asking about how to create the triggers, I've figured
> that part out; I just want to know which conflict should be used. I
> think I'm asking, which do other db systems tend to use?

ABORT seems right to me. Causes the current statement to have no
effect, but does not rollback the current transaction.

Dan.


>
>
>
> JAB
> -- 
> John A. Belli
> Software Engineer
> Refrigerated Transport Electronics, Inc.
> http://www.rtelectronics.com
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to