On Tue, 02 Jun 2009 07:40:01 -0400, Karl Brandt <brandk...@gmail.com> wrote:
> I'm trying to set the conflict resolution of an entire transaction by > using the ON CONFLICT clause without success. > > [...] > > Is there a way to set the conflict resolution for an entire transaction? Such a thing is not possible. You may specify a conflict resolution on a given statement (eg. 'INSERT OR ROLLBACK') or on a table (on PRIMARY KEY, NOT NULL and UNIQUE constraints), but not on a transaction. -- J. King _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users