Okay, that indeed makes sense, I should have thought about it earlier.
Thank you, Igor



Igor Tandetnik schrieb:
> 
> The UPDATE trigger isn't called once per statement, but once for each 
> row being updated. Since the WHERE clause in your statement doesn't 
> match any rows, no update takes place and the trigger is never called.
> 
> Igor Tandetnik 
> 
> 
> 
> _______________________________________________
> 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