]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make tokenizer not rely on nul-terminated text. Instead of using
authorshess <shess@noemail.net>
Fri, 1 Sep 2006 00:05:17 +0000 (00:05 +0000)
committershess <shess@noemail.net>
Fri, 1 Sep 2006 00:05:17 +0000 (00:05 +0000)
commitc0beb14f2322441d079734fcd388638fd414b43d
tree26c50de4b1dc103886ca8418efbce201e48f60e9
parent5db455e7b5512613a4bafd39acfb20cfff727708
Make tokenizer not rely on nul-terminated text.  Instead of using
strcspn() and a nul-terminated delimiter list, I just flagged
delimiters in an array and wrote things inline.  Submitting this for
review separately because it's pretty standalone. (CVS 3378)

FossilOrigin-Name: 2631ceaeefaca3aa837e3b439399f13c51456914
ext/fts1/fts1_tokenizer1.c
manifest
manifest.uuid