9f4683cd42
docListRestrictColumn() generates a DL_POSITIONS doclist, which means that after the first doclist is processed, the second doclist is initialized as DL_POSITIONS, but with DL_POSITIONS_OFFSETS data. (Note that DL_DEFAULT is now DL_POSITIONS, which masks this bug.) (CVS 3467) FossilOrigin-Name: 144e3f11e22c6efd6f2d960599ab2d93542db406 |
||
---|---|---|
.. | ||
ft_hash.c | ||
ft_hash.h | ||
fts1_hash.c | ||
fts1_hash.h | ||
fts1_porter.c | ||
fts1_tokenizer1.c | ||
fts1_tokenizer.h | ||
fts1.c | ||
fts1.h | ||
fulltext.c | ||
fulltext.h | ||
README.txt | ||
simple_tokenizer.c | ||
tokenizer.h |
This folder contains source code to the first full-text search extension for SQLite.