On 3/17/15, Bart Smissaert <bart.smissaert at gmail.com> wrote:
> Have a simple table with a primary integer key.
> Doing an insert (with no insert or ignore or insert or replace) with
> duplicate values
> for this primary integer key field produces zero on sqlite3_finalize, but
> 19 from sqlite3_errorcode.

I wrote a test program for this and I get 19 in both cases.  Maybe you
could share your test case with us?

> I thought that the result value of sqlite3_finalize also should produce a
> non-zero value.
> This is with the latest version.
> Anything I am overlooking here or misunderstanding?
>
> RBS
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to