"Preston Zaugg" <[EMAIL PROTECTED]> wrote:
> >
> >This is probably an SQLITE_SCHEMA error.  Rerun sqlite3_prepare() and
> >sqlite3_step() and it should work the second time.
> >
> >This particular SQLITE_SCHEMA error seems unnecessary though.  Looks
> >like sqlite3_step() could probably do a better job of preventing it.
> >I'll have a look and see what I can find....
> >--
> >D. Richard Hipp <[EMAIL PROTECTED]>
> >
> 
> It actually seems to be returning the SQLITE_ERROR code (1) with the message 
> "SQL logic error or missing database". I re-ordered my statements for a 
> quick test and had the drop statement run first and i still get the error. I 
> tried to create a dummy table with just one dummy row to see if it was 
> something about this table, but that drop statement would run either.
> 
> Could it have something to do with the fact that i have a second database 
> attached?

Can you provide a specific test case that fails using the
command-line client?
--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to