Re: [sqlite] Bug: PRAGMA busy_timeout outputs the value, screws up html

2014-01-21 Thread david
Kees Nuyt writes: > > On Tue, 24 Dec 2013 22:55:32 -0500, dmitry babitsky > wrote: > > >*bug description:* > >Using PRAGMA busy_timeout outputs the value which in case of html output > >screws up the display. > >To be more precise, it creates an extra row/recordset with the timeout > >value,

Re: [sqlite] Bug: PRAGMA busy_timeout outputs the value, screws up html

2013-12-25 Thread Kees Nuyt
On Tue, 24 Dec 2013 22:55:32 -0500, dmitry babitsky wrote: >*bug description:* >Using PRAGMA busy_timeout outputs the value which in case of html output >screws up the display. >To be more precise, it creates an extra row/recordset with the timeout >value, which is what then shows on the html pag

[sqlite] Bug: PRAGMA busy_timeout outputs the value, screws up html

2013-12-24 Thread dmitry babitsky
*bug description:* Using PRAGMA busy_timeout outputs the value which in case of html output screws up the display. To be more precise, it creates an extra row/recordset with the timeout value, which is what then shows on the html page. There should be a way to say "set the pragma, but don't output