Re: [sqlite] Help registering custom tokenizer

2010-10-05 Thread Travis Orr
010 9:34 AM To: sqlite-users@sqlite.org Subject: [sqlite] Help registering custom tokenizer I am currently working on writing a custom tokenizer for use with a FTS3 indexed database. I believe I have written the new tokenizer module correctly and am just missing something with registering the toke

[sqlite] Help registering custom tokenizer

2010-10-05 Thread Travis Orr
I am currently working on writing a custom tokenizer for use with a FTS3 indexed database. I believe I have written the new tokenizer module correctly and am just missing something with registering the tokenizer with the database. To verify this I copied the simple_tokenizer1.c to a new file an