Hello ! It's a sqlite repository clone that follows trunk.
SQLite version 3.12.0 2016-03-22 15:26:03 Enter ".help" for usage hints Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. Cheers ! ? > Tue Mar 22 2016 06:23:53 PM CET from "Dan Kennedy" ><danielk1977 at gmail.com> Subject: Re: [sqlite] FTS5 "constraint failed" > > 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. > > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > > > ?