On Sat, 8 Nov 2008 11:44:23 +1100, raf <[EMAIL PROTECTED]>
wrote in General Discussion of SQLite Database
<sqlite-users@sqlite.org>:

>but that's my point.
>i'm not getting any errors.
>it's just failing silently.

Did you try 
        .bail on
?

It won't change the destination of error messages, but at
least it aborts the sql script at the first error it
encounters.
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to