How about trying to write .output to the same file you are .read ing?

I would expect it to explode.  Further, I would expect it quite likely that it 
would explode without being able to tell you about the explosion.

The sequence should be:

.output somefile
.dump sometable
.output stdout

... carry on swimmingly


---
()  ascii ribbon campaign against html e-mail
/\  www.asciiribbon.org

> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of Simon Slavin
> Sent: Monday, 03 December, 2012 13:42
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] What is the easiest way of changing the field type?
> 
> 
> On 3 Dec 2012, at 7:29pm, Igor Korot <ikoro...@gmail.com> wrote:
> 
> > I didn't get errors when I did that with my table. Other than that its all
> > the same.
> 
> You didn't get any time shown when the .read command finished.  This suggests
> that something crashed the .read command.  Anything done after that can
> malfunction.
> 
> But I don't understand what would have crashed the .read command and you now
> need someone who knows more than I do about how that program is written.
> 
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to