Is there any way to have an intsert into an FTS3 table ignore a row if the
ROWID being inserted already exists? This is turning out to be quite
troublesome because I'm inserting thousands of records where just a few like
3 or 4 will have the same rowid as existing records. However, to do the test
prior to insertion to delete the duplicates first is quite expensive. It
would be much better if the FTS3 insertion routine had the option of
ignoring rather than failing on the constraint.
-- 
View this message in context: 
http://old.nabble.com/FTS3-IGNORE-OR-REPLACE-----tp26191125p26191125.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to