From: dan Date: Thu, 9 Oct 2014 15:08:17 +0000 (+0000) Subject: Allow FTS tokenizers to choose whether or not to consider the "*" character part... X-Git-Tag: version-3.8.7~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e1a03735790e1ccf2f243d26197090e7954b9fc;p=thirdparty%2Fsqlite.git Allow FTS tokenizers to choose whether or not to consider the "*" character part of tokens or not. This restores the pre-[e21bf7a2ad] behaviour. Also fix a problem causing FTS to interpret tokens beginning with "*" characters as EOF. FossilOrigin-Name: 49dfee7cd1c9ab2901b8a871a6cd00b2ead76801 --- diff --git a/ext/fts3/fts3_expr.c b/ext/fts3/fts3_expr.c index f5d28cbfcc..2ba786ce80 100644 --- a/ext/fts3/fts3_expr.c +++ b/ext/fts3/fts3_expr.c @@ -190,7 +190,7 @@ static int getNextToken( /* Set variable i to the maximum number of bytes of input to tokenize. */ for(i=0; i