blob: 83d5c9d174d7c007f01ae39a2e532ab9a5ef4e91 [file] [log] [blame]
CREATE VIRTUAL TABLE t4 USING fts4(0,b,c,notindexed=0);INSERT INTO t4 VALUES('','','0');BEGIN;INSERT INTO t4 VALUES('','','0');INSERT INTO t4(t4)VALUES('integrity-check');