Lines Matching refs:TEMP
24 # trig-1.8: A trigger created on a TEMP table is not inserted into sqlite_master
45 CREATE TEMP TRIGGER trig UPDATE ON no_such_table BEGIN
110 CREATE TEMP TABLE temp_table(a);
215 CREATE TEMP TABLE t2(x,y);
243 CREATE TEMP TABLE t2(x,y);
251 CREATE TEMP TRIGGER r1 AFTER INSERT ON t1 BEGIN
282 CREATE TEMP TRIGGER r1 BEFORE INSERT ON t1 BEGIN
424 # Ticket #764. At one stage TEMP triggers would fail to re-install when the
425 # schema was reloaded. The following tests ensure that TEMP triggers are
450 CREATE TEMP TRIGGER trig1 AFTER INSERT ON t1 BEGIN
453 CREATE TEMP TRIGGER trig2 AFTER INSERT ON t2 BEGIN
456 CREATE TEMP TRIGGER trig3 AFTER INSERT ON t3 BEGIN