Lines Matching refs:TEMP
22 # trig-1.8: A trigger created on a TEMP table is not inserted into sqlite_master
43 CREATE TEMP TRIGGER trig UPDATE ON no_such_table BEGIN
108 CREATE TEMP TABLE temp_table(a);
213 CREATE TEMP TABLE t2(x,y);
241 CREATE TEMP TABLE t2(x,y);
249 CREATE TEMP TRIGGER r1 AFTER INSERT ON t1 BEGIN
280 CREATE TEMP TRIGGER r1 BEFORE INSERT ON t1 BEGIN
422 # Ticket #764. At one stage TEMP triggers would fail to re-install when the
423 # schema was reloaded. The following tests ensure that TEMP triggers are
448 CREATE TEMP TRIGGER trig1 AFTER INSERT ON t1 BEGIN
451 CREATE TEMP TRIGGER trig2 AFTER INSERT ON t2 BEGIN
454 CREATE TEMP TRIGGER trig3 AFTER INSERT ON t3 BEGIN