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?

Using sqlite 3.7.4 on Fedora 14.

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

Reply via email to