On 5/8/16, Jeremy Nicoll <jn.ml.sqlu.725 at letterboxes.org> wrote:
> I'm using Windows 8.1, 64bit, and yesterday installed the V3.12.02
>
> I then tried eg
>
> .output myfile.txt
> .dump
>
> and was perplexed that no "myfile.txt" file was created anywhere obvious

When I try this on my Win10 box, I see that the "myfile.txt" file is
created, but it remains empty until I either exist the sqlite3.exe
shell or enter something like ".output stdout" to redirect output
again.  Apparently, Windows is buffering the output (50 MB of output
in my test case).  I'm not sure what that is about, but redirecting
the output again seems to cure it.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to