On 3 Dec 2012, at 6:53pm, Igor Korot <ikoro...@gmail.com> wrote:

> Yes, using standard sqlite3 shell from command prompt in Windows 7 64-bit.
> After .dump/.read no queries to the table in question produced output.
> 
> When restarted the shell everything worked.

I've not come across that before.  Try

.timer ON
SELECT command
.dump command
SELECT command
.read command
SELECT command

Do you get timings for all the commands including the last SELECT ?

Might also be interesting to type yourself a short text file with just one 
INSERT or DELETE command in and see whether that problem happens for all files 
or is related to the kind of file produced by .dump .

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

Reply via email to