> I couldn't find the answer documented anywhere, so I will have to assume that 
> it may change in future versions.  Unless the requirement for depth first is 
> somewhere in the SQL specification.

I believe it should be. Triggers should be executed before the
statement causing them to fire is considered successful. Otherwise all
triggers checking some constraints and prohibiting incorrect data (and
thus raise(...) function) are useless.


Pavel

On Wed, Nov 25, 2009 at 8:59 AM, Simon Slavin <slav...@bigfraud.org> wrote:
>
> On 25 Nov 2009, at 1:38pm, Pavel Ivanov wrote:
>
>> Does this answers question?
>
> I think it does for the current version: depth first.  Thanks.
>
> I couldn't find the answer documented anywhere, so I will have to assume that 
> it may change in future versions.  Unless the requirement for depth first is 
> somewhere in the SQL specification.
>
> Simon.
> _______________________________________________
> 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