Re: [sqlite] bail out patch

2006-10-18 Thread drh
Jim Ursetto <[EMAIL PROTECTED]> wrote: > Hi, > > I created a patch which adds "-bail" and ".bail" commands to the sqlite3 > shell. When bail is enabled, the shell will exit with a non-zero return > code immediately upon encountering the first SQL error. This is useful > when you pass a number of

[sqlite] bail out patch

2006-10-17 Thread Jim Ursetto
Hi, I created a patch which adds "-bail" and ".bail" commands to the sqlite3 shell. When bail is enabled, the shell will exit with a non-zero return code immediately upon encountering the first SQL error. This is useful when you pass a number of commands to the shell non-interactively and wish t