Lines Matching refs:instead
17 # Note 2: upon entry into before or instead of triggers,
22 # is done within instead of trigger context)
145 # 4.x - tests with instead of insert trigger
147 # LIRID not changed after an insert into view containing an instead of trigger
152 create trigger r1 instead of insert on v for each row begin
162 # LIRID unchanged upon entry into instead of trigger
169 # LIRID changed properly by insert within context of instead of trigger
176 # LIRID unchanged by update within context of instead of trigger
223 # 6.x - tests with instead of update trigger
225 # LIRID not changed after an update on a view containing an instead of trigger
230 create trigger r1 instead of update on v for each row begin
240 # LIRID unchanged upon entry into instead of trigger
247 # LIRID changed properly by insert within context of instead of trigger
254 # LIRID unchanged by update within context of instead of trigger
262 # 7.x - complex tests with temporary tables and nested instead of triggers
274 create temp trigger r1 instead of insert on v1 for each row begin
280 create temp trigger r2 instead of insert on v2 for each row begin