> On Mar 18, 2015, at 9:51 PM, Jason Vas Dias <jason.vas.dias at gmail.com> 
> wrote:
> 
> I don't see how anything like that is possible in the sqlite3 shell .

Not in the shell per se, no (.bail on|off may or may not help in your case). 

Perhaps ON CONFLICT clause might help you:

https://www.sqlite.org/lang_conflict.html

Or you can trail all your transactions with a commit; rollback; pair.  

Reply via email to