On 03/23/2016 12:06 AM, Domingo Alvarez Duarte wrote: > Hello ! > > After seeing several times work/commits on fts5 I decided to try it on a > table shown bellow, and when trying to populate it I get this error message: > > > sqlite> INSERT INTO fts_idx_items(fts_idx_items) VALUES('rebuild'); > Error: constraint failed > > The table has 12,000,000 records and it show the error message after 10 > seconds working, any clue on what can be happening ?
Thanks for testing this. What does "SELECT sqlite_version();" return if you run it in the same shell? Thanks, Dan.