[sqlite] Triggers on attached databases

2008-09-18 Thread Dennis Volodomanov
Hello all, Is it possible to create a trigger on an attached database? I can't seem to, so I was wondering whether my trigger SQL is wrong (although it works if I remove the attached database's name from the table). The only other way that I see to do what I need would be to create temporary t

[sqlite] Triggers on attached databases

2008-09-18 Thread Dennis Volodomanov
Hello all, Is it possible to create a trigger on an attached database? I can't seem to, so I was wondering whether my trigger SQL is wrong (although it works if I remove the attached database's name from the table). The only other way that I see to do what I need would be to create temporary tabl