]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix fts3 to not have the VACUUM bug from fts2. %_content.docid is an
authorshess <shess@noemail.net>
Thu, 23 Aug 2007 20:23:37 +0000 (20:23 +0000)
committershess <shess@noemail.net>
Thu, 23 Aug 2007 20:23:37 +0000 (20:23 +0000)
commit6beeb0329a7839d8f3d9aee07a59aad35a2b82a6
treee76ab89e8e9dce2a7e38f37b3d0ae8b903e6bdc4
parent6897ca30b545f3a50f7545ff93cc243234c7f589
Fix fts3 to not have the VACUUM bug from fts2.  %_content.docid is an
alias to fix the rowid for documents, %_segments.blockid is an alias
to fix the rowid for segment blocks.  Unit test for the problem. (CVS 4280)

FossilOrigin-Name: 6eb2d74a8cfce322930f05c97d4ec255f3711efb
ext/fts3/fts3.c
manifest
manifest.uuid
test/fts3b.test [new file with mode: 0644]