On Fri, Nov 1, 2013 at 1:41 PM, techi eth <techi...@gmail.com> wrote:

> Note: Trigger logic will be different but trigger names are same.
>

No, they won't, because you'll get an error when creating the second
trigger with the same name. There is no per-table namespace for triggers.
It is possible (at least syntactically) to have the same trigger name in
two databases (attached to each other) but not two _different_ triggers
with the same name in the same db, as the documentation's diagrams clearly
imply:

http://www.sqlite.org/lang_createtrigger.html

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Since tyranny's the only guaranteed byproduct of those who insist on a
perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to