Re: [sqlite] BUG: .echo ON in command line tool doesn't echo all statements

2010-01-18 Thread Kees Nuyt
On Mon, 18 Jan 2010 13:18:57 -0500, Shane Harrelson
 wrote:

>On Fri, Jan 8, 2010 at 5:17 AM, Kees Nuyt  wrote:

>> > Between versions 3.6.19 and 3.6.20 something has changed
>> > which causes the command line tool to ignore the .echo ON
>> > command for some statements.

[...]

>> Can anyone confirm this behaviour?

>
>Confirmed.   Fixed here:   http://www.sqlite.org/src/vinfo/7080ae3bc3
>Thanks for the report.
>
>-Shane

Thanks for fixing!
-- 
  (  Kees Nuyt
  )
c[_]
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] BUG: .echo ON in command line tool doesn't echo all statements

2010-01-18 Thread Shane Harrelson
On Fri, Jan 8, 2010 at 5:17 AM, Kees Nuyt  wrote:

>
> (Repeated with the proper BUG: subject)
>
> On Mon, 04 Jan 2010 19:55:13 +0100, Kees Nuyt
>  wrote:
>
> > Between versions 3.6.19 and 3.6.20 something has changed
> > which causes the command line tool to ignore the .echo ON
> > command for some statements.
> >
> > CREATE and INSERT statements aren't echoed anymore,
> > but SELECT statements are echoed correctly.
> >
> > Needless to say that this makes it a bit harder to debug SQL
> > scripts or prepare demo output to help other people.
> >
> > Platform tested: MS Windows (Vista 32-bit).
>
> Additional info:
>
> sqlite3 command line tool executable for Windows straight
> from http://www.sqlite.org/download.html
>
> Version 3.6.22 has the same bug.
>
> Can anyone confirm this behaviour?
> --
>  (  Kees Nuyt
>  )
> c[_]
>
>

Confirmed.   Fixed here:   http://www.sqlite.org/src/vinfo/7080ae3bc3
Thanks for the report.

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