0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-03 04:32:12 +00:00
Files
libsql/libsql-wal/tests/assets/fixtures/fts4incr.test
ad hoc ad79ef48a2 libsql wal tests (#1408)
* add tests

* add bench
2024-05-24 13:59:17 +00:00

10 lines
157 B
Plaintext

SELECT min(docid), max(docid) FROM t1;
SELECT count(*) FROM t2 WHERE t2 MATCH '"never zero"'
SELECT count(*) FROM t2 WHERE t2 MATCH '"two zero"'