Re: [sqlite] Format change to fts2 module.

2006-11-29 Thread Ralf Junker
Hello Scott Hess, >http://www.sqlite.org/cvstrac/tktview?tn=2046 should fix this for fts1 and >fts2. I have just tested them in both fts1 and fts2 and the reported problems no longer show! Many thanks for the fixes! Please allow me to report some (compiler-independent) compiler warnings about

Re: [sqlite] Format change to fts2 module.

2006-11-28 Thread Scott Hess
http://www.sqlite.org/cvstrac/tktview?tn=2046 should fix this for fts1 and fts2. -scott On 11/21/06, Ralf Junker <[EMAIL PROTECTED]> wrote: Hello Scott Hess, >>Not directly related to the format change, but did you have a chance >>to look at ticket #2046? > >Yes, I took a look at it - I _belie

[sqlite] Format change to fts2 module.

2006-11-13 Thread Scott Hess
http://www.sqlite.org/cvstrac/chngview?cn=3511 This changes the storage to delta-encode docids, rather than storing them in absolute form. Unfortunately, since this changes the format of the backing data, if you've been experimenting with fts2 databases, you'll have to regenerate them (see the e