Re: [sqlite] regression in FTS3 offsets function in 3.6.23

2010-03-24 Thread Dan Kennedy
On Mar 24, 2010, at 7:24 PM, Andrew Sutherland wrote: > > > As reported on https://bugzilla.mozilla.org/show_bug.cgi?id=551260#c17 > The binaries used below were all downloaded from sqlite.org. > > $ cat fts3-offsets-asplode.sql > CREATE VIRTUAL TABLE ft USING fts3(tokenize=porter, fulltextOne,

[sqlite] regression in FTS3 offsets function in 3.6.23

2010-03-24 Thread Andrew Sutherland
As reported on https://bugzilla.mozilla.org/show_bug.cgi?id=551260#c17 The binaries used below were all downloaded from sqlite.org. $ cat fts3-offsets-asplode.sql CREATE VIRTUAL TABLE ft USING fts3(tokenize=porter, fulltextOne, fulltextTwo); INSERT INTO ft VALUES("", "foo"); INSERT INTO ft