On 5/1/17, E.Pasma <[email protected]> wrote: > Hello, I have a duplicate rowid in a 3.16.2 database and this is > essentially produced as follows: > > CREATE TABLE t(i INTEGER PRIMARY KEY, a TEXT) > ; > INSERT INTO t VALUES > (NULL, 'generates row 1') > ; > REPLACE INTO t VALUES > (NULL, 'generates row 2'), > (1, 'replaces row 1') > ; >
Thanks for the bug report. This should now be fixed on trunk. The ticket is https://www.sqlite.org/src/info/f68dc596c4 -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

