On 8 Jan 2020, at 12:00am, Michael Kappert <[email protected]> wrote:
> REPLACE INTO REPLACE INTO is an alias for INSERT OR REPLACE. So you should assume that the command will do either an INSERT or a REPLACE. See the notes about REPLACE on this page: <https://sqlite.org/lang_conflict.html> Is the behaviour you're seeing consistent with that documentation ? _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

