]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow virtual tables to contain multiple full-text-indexed columns. Added a magic...
authoradamd <adamd@noemail.net>
Wed, 13 Sep 2006 02:18:20 +0000 (02:18 +0000)
committeradamd <adamd@noemail.net>
Wed, 13 Sep 2006 02:18:20 +0000 (02:18 +0000)
commit4f1a424e7211bade4c8d98a8eb57d43b65f56c1d
treeadc20ff042bfa409492dc178caf7b0c5f46e2ac1
parent341d60838c6669a81ff6f550134a0bea3ab31f88
Allow virtual tables to contain multiple full-text-indexed columns.  Added a magic column "_all" which can be used for querying all columns in a table at once.

For now, each posting list stores position/offset information for multiple columns.  We may implement separate posting lists for separate columns at some future point. (CVS 3408)

FossilOrigin-Name: 366a70b086c817bddecd83053472ec76ef20f309
ext/fts1/fts1.c
ext/fts1/fts1_tokenizer1.c
manifest
manifest.uuid