Lines Matching refs:table
32 # Create a permanent table.
50 # Create a temporary table. Verify that only one of the two
63 } {1 {no such table: t2}}
66 } {1 {no such table: t2}}
90 } {1 {no such table: t2}}
105 } {1 {no such table: t2}}
121 } {1 {no such table: t2}}
151 # occur when process A creates a temporary table T then process B
152 # creates a permanent table also named T. The temp table in process A
153 # hides the existence of the permanent table.
186 # SELECT name FROM main.sqlite_master WHERE type='table';
191 SELECT name FROM main.sqlite_master WHERE type='table';
223 } {1 {no such table: t2}}
249 # SELECT name FROM sqlite_master WHERE type='table'
254 SELECT name FROM sqlite_master WHERE type='table'
286 # Now create a temporary table in db2 and a permanent index in db. The
287 # temporary table in db2 should mask the name of the permanent index,
289 # be updated when its corresponding table changes.
405 } {1 {no such table: t9}}
414 } {1 {temporary table name must be unqualified}}