Subject Triggers in Firebird, why row based?
Author firebirdsql
Every database venders seems to implement triggers per set operation, in Firebird, it's the opposite where a trigger fires per every row in the set. This really complicates a lot of things (besides performance). Is there any plan to introduce set based triggers in the future etc?