Lines Matching refs:temp
28 # Test case temptrigger-1.* demonstrates a problem with temp triggers
30 # creates a temp trigger, the temp trigger is linked into the shared-cache
32 # it does not recreate the temp trigger belonging to process 1. From the
33 # point of view of process 1, the temp trigger just disappeared.
36 # database and add a temp trigger to it.
38 # temptrigger-1.2: Check that the temp trigger is correctly fired. Check
39 # that the temp trigger is not fired by statements
46 # temptrigger-1.4: Check that the temp trigger is still fired correctly.
48 # temptrigger-1.5: Check that the temp trigger can be dropped without error.
142 # Test case temptrigger-3.* demonstrates a problem with temp triggers
145 # changed the schema cookie) it was not re-creating temp triggers attached
149 # temp trigger to a table in 'test2.db'.
151 # temptrigger-3.2: Check that the temp trigger is correctly fired.
155 # schema. Check that the temp trigger is still fired
158 # temptrigger-3.4: Check that the temp trigger can be dropped without error.
207 # Test that creating a temp table after a temp trigger on the same name
223 # Test that no harm is done if the table a temp trigger is attached to is
239 SELECT * FROM temp.sqlite_master;
248 # with the same name as a table in the main database that has a temp