Hi!

I have been reading through the mailing list and found this post in
which someone had the same problem as i had (message 15355 I think,
posted by drh), where I don't want the autoincrement column to
autoincrement when INSERT or IGNORE is forced to ignore the insert.
I tried the replace IGNORE for FAIL solution with the command line
tool, but I get an error: "column xxxx is not unique" when trying a
simple insert or ignore test. So, is there any other solution to this?

I have yet to experiment this with SQLite.NET and with transactions,
but, correct me if I am wrong, won't FAIL stop further INSERTS of the
current transaction?

Thank you.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to