Subject | Triggers in Firebird, why row based? |
---|---|
Author | firebirdsql |
Post date | 2011-07-03T18:25:41Z |
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?