0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-02 15:02:48 +00:00
Files
libsql/libsql-wal/tests/assets/fixtures/fts4merge5.test

12 lines
220 B
Plaintext
Raw Normal View History

CREATE TABLE t1(docid, words);
CREATE VIRTUAL TABLE x1 USING fts3;
INSERT INTO x1(x1) VALUES('nodesize=64');
INSERT INTO x1(x1) VALUES('maxpending=64');
INSERT INTO x1(docid, content) SELECT * FROM t1;