Bug#502370: sqlite3: missing output for select 100/1.5

2008-10-17 Thread Ansgar Burchardt
retitle 502370 sqlite3: Should depend on newer libsqlite3-0 severity 502370 important thanks Mark Ng wrote: > On Fri, Oct 17, 2008 at 08:53, Ansgar Burchardt <[EMAIL PROTECTED]>wrote: > > You problem with SQLite should have been fixed in 3.5.9-4 [1], but you > > somehow still have an older version

Bug#502370: sqlite3: missing output for select 100/1.5

2008-10-16 Thread Ansgar Burchardt
Hi, You problem with SQLite should have been fixed in 3.5.9-4 [1], but you somehow still have an older version of libsqlite3-0 installed. Can you install the libsqlite3-0 package from testing (currently 3.5.9-4) and try again? Regards, Ansgar [1] http://bugs.debian.org/488864 -- PGP: 1024D/59

Bug#502370: sqlite3: missing output for select 100/1.5;

2008-10-16 Thread Dmitry E. Oboukhov
MN>> Versions of packages sqlite3 depends on: MN>> ii libc6 2.7-13 GNU C Library: Shared libraries MN>> ii libreadline5 5.2-3 GNU readline and history libraries MN>> ii libsqlite3-0 3.5.9-3SQLite 3 shared library DEO> lenny contains libsqlite3-0 version 3.

Bug#502370: sqlite3: missing output for select 100/1.5;

2008-10-16 Thread Dmitry E. Oboukhov
unreproducible on my system :) $ sqlite3 SQLite version 3.5.9 Enter ".help" for instructions sqlite> select 100/2.5; 40.0 sqlite> select 100/2; 50 sqlite> select 100/3; 33 sqlite> select 100/3.1; 32.258064516129 sqlite> select 100/1.5; 66.7 sqlite> select 100/1.25; 80.0 MN>Versions

Bug#502370: sqlite3: missing output for select 100/1.5;

2008-10-15 Thread Mark Ng
Package: sqlite3 Version: 3.5.9-5 Severity: serious SQLite3 doesn't return values for some divisions. 100/1.5, 100/3.1 returns no output. ; sqlite3 SQLite version 3.5.9 Enter ".help" for instructions sqlite> select 100/1.5; sqlite> select 100/2.5; 40.0 sqlite> select 100/2; 50 sqlite> select