sqlite/ext
shess b5f94870c2 Re-used prepared statement from fts3 cursor. Previously, each call to
fulltextFilter() finalized any existing prepared statement and
prepared a new one.  In the case where idxNum has not changed, simply
reseting the statement suffices.  This provides an order of magnitude
speedup in incoming joins against docid. (CVS 5489)

FossilOrigin-Name: a08a5f2b1256b8a93beca5a359ccfc28d403efa3
2008-07-29 01:13:02 +00:00
..
fts1 Remove all instances of sprintf() from the FTS modules. Ticket #3049. (CVS 4996) 2008-04-12 13:06:09 +00:00
fts2 Be a bit more susicious of invalid results from the tokenizer. 2008-07-22 23:54:50 +00:00
fts3 Re-used prepared statement from fts3 cursor. Previously, each call to 2008-07-29 01:13:02 +00:00
icu Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
rtree Allow the r-tree extension to be compiled as part of the amalgamation. (CVS 5424) 2008-07-16 14:43:34 +00:00
README.txt Add the ext/fts1 subdirectory for holding the first full-text search 2006-08-22 14:45:37 +00:00

README.txt

Version loadable extensions to SQLite are found in subfolders
of this folder.