]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add virtual table module 'fts3tokenize' to fts3. fts3tokenize provides SQL access...
authordan <dan@noemail.net>
Mon, 22 Apr 2013 15:30:37 +0000 (15:30 +0000)
committerdan <dan@noemail.net>
Mon, 22 Apr 2013 15:30:37 +0000 (15:30 +0000)
commitd7a959c69453e8b12976b2189c99b839751b5020
tree8b917f963f70fec850df430cd8e194c46c8e0d2f
parentb9830a14543c823f6690a70b5b43d8bed409edd9
Add virtual table module 'fts3tokenize' to fts3. fts3tokenize provides SQL access to FTS tokenizer implementations.

FossilOrigin-Name: c5a4b21a15bd8a184380817ff41657acbccb866d
Makefile.in
ext/fts3/fts3.c
ext/fts3/fts3_tokenize_vtab.c [new file with mode: 0644]
main.mk
manifest
manifest.uuid
test/fts3tok1.test [new file with mode: 0644]
test/fts3tok_err.test [new file with mode: 0644]
tool/mksqlite3c.tcl