Re: [sqlite] How to convert a database with FTS2 to FTS3/4?

2011-07-31 Thread Scott Hess
On Fri, Jul 29, 2011 at 10:33 PM, Ray Van Dolson wrote: > sqlite newbie here.  I have a sqlite3 database that was built using the > FTS2 module.  As such I get errors about the non-existent fts2 module > when attempting to query the data. > > Is there a way to convert/migrate

[sqlite] How to convert a database with FTS2 to FTS3/4?

2011-07-29 Thread Ray Van Dolson
sqlite newbie here. I have a sqlite3 database that was built using the FTS2 module. As such I get errors about the non-existent fts2 module when attempting to query the data. Is there a way to convert/migrate the data to FTS3 or somehow create an "alias" FTS2() call that just wraps around FTS3?