The function that opens a cursor for the simple tokenizer,
simpleOpen, does not set the "pTokenizer" member of the
returned cursor. Ie, it appears the following line is
missing:

    c->base.pTokenizer = pTokenizer;

which causes problems in simpleNext . Possible bug?

Regards,
Iker

-- 
Iker Arizmendi
AT&T Labs - Research
Speech and Image Processing Lab
e: i...@research.att.com
w: http://research.att.com
p: 973-360-8516

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to