Lines Matching refs:table
31 # Create a virtual FTS3 table. Populate it with some initial data.
43 # Open a write transaction and insert rows into the FTS3 table. This takes
44 # a write-lock on the underlying t1_content table.
51 # Now try a SELECT on the full-text table. This particular SELECT does not
52 # read data from the %_content table. But it still attempts to obtain a lock
53 # on that table and so the SELECT fails.
60 } {1 {database table is locked}}
81 # table is first read/written within a transaction, not later on.
83 set LOCKED {1 {database table is locked}}
100 # Test that once [dbW] has written to the FTS table, no client may read
101 # from the FTS or fts4aux table.
117 # Same test as 2.2.*, except with a content= table.
132 # Test that once a connection has read from the FTS or fts4aux table,
133 # another connection may not write to the FTS table.
154 # Same test as 2.4.*, except with a content= table.