b2f4d0173a
making sure we always pass around ptr/len, but there were a few places where we actually relied on nul-termination. An earlier change had additionally changed appropriate sqlite3_bind_text() calls to sqlite3_bind_blob(). I've found that this changes what's actually stored in the database, so backed those changes out. Also (and this is weird), I found that I could no longer do straight-forward = queries against %_term.term at a command-line. (CVS 3379) FossilOrigin-Name: 5844db1aa9c23a005c88104b084f68afb21891c7 |
||
---|---|---|
.. | ||
ft_hash.c | ||
ft_hash.h | ||
fts1_hash.c | ||
fts1_hash.h | ||
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.