Re: [sqlite] Displaying currently running SQL

2012-06-06 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/06/12 09:27, Richard Hipp wrote: > .trace stdout > > That is a relatively recent addition so make sure your command-line > shell is up-to-date. Version 3.7.12.1. Or `.echo on' which has been in the shell for years :-) Roger -BEGIN PGP SIG

Re: [sqlite] Displaying currently running SQL

2012-06-06 Thread Richard Hipp
On Wed, Jun 6, 2012 at 12:24 PM, Udi Karni 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

[sqlite] Displaying currently running SQL

2012-06-06 Thread Udi Karni
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 t