On Wed, Jun 6, 2012 at 12:24 PM, Udi Karni <uka...@gmail.com> wrote:

> When pasting multiple SQL statements into the Shell - you can see them
> running one by one. However - when you put them in a file and run them via
> ".read" - the statements don't show on the screen. I have ".timer on" - so
> all I see are the run times of each statement.
>
> Is there a "verbose" setting that will cause sqlite to show the SQL
> statement currently running?
>

.trace stdout

That is a relatively recent addition so make sure your command-line shell
is up-to-date.  Version 3.7.12.1.



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



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

Reply via email to