]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem in FTS4 where columns with names that are prefixes of any notindexed...
authordan <dan@noemail.net>
Mon, 26 May 2014 16:40:02 +0000 (16:40 +0000)
committerdan <dan@noemail.net>
Mon, 26 May 2014 16:40:02 +0000 (16:40 +0000)
commitcde81d5fd059f2b22979e3726a3b543e3799d0da
treed699a9d7cbd00ddeac4076b422403b4fa6fc74b4
parent935850ef7578a0b989ba07791cc2c99bcbefde29
Fix a problem in FTS4 where columns with names that are prefixes of any notindexed column were also being (incorrectly) marked as not indexed. For example in "CREATE ... t1(abc, bc, abcd, notindexed=abcd)", both abc and abcd were being treated as notindexed.

FossilOrigin-Name: d90c4964fcf46b0b043dbfd58267098582267001
ext/fts3/fts3.c
manifest
manifest.uuid
test/fts4noti.test