Lines Matching refs:instead
15 # Note 2: upon entry into before or instead of triggers,
20 # is done within instead of trigger context)
143 # 4.x - tests with instead of insert trigger
145 # LIRID not changed after an insert into view containing an instead of trigger
150 create trigger r1 instead of insert on v for each row begin
160 # LIRID unchanged upon entry into instead of trigger
167 # LIRID changed properly by insert within context of instead of trigger
174 # LIRID unchanged by update within context of instead of trigger
221 # 6.x - tests with instead of update trigger
223 # LIRID not changed after an update on a view containing an instead of trigger
228 create trigger r1 instead of update on v for each row begin
238 # LIRID unchanged upon entry into instead of trigger
245 # LIRID changed properly by insert within context of instead of trigger
252 # LIRID unchanged by update within context of instead of trigger
260 # 7.x - complex tests with temporary tables and nested instead of triggers
272 create temp trigger r1 instead of insert on v1 for each row begin
278 create temp trigger r2 instead of insert on v2 for each row begin