Processed: Re: Bug#500792: libsqlite3-0: Incorrect query results

2008-10-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > package libsqlite3-0 Ignoring bugs not assigned to: libsqlite3-0 > severity 500792 normal Bug#500792: libsqlite3-0: Incorrect query results Severity set to `normal' from `grave' > thanks Stopping processing here. Please con

Bug#500792: libsqlite3-0: Incorrect query results

2008-10-01 Thread Laszlo Boszormenyi
package libsqlite3-0 severity 500792 normal thanks Hi Tristan! On Wed, 2008-10-01 at 15:30 +0200, Tristan Seligmann wrote: > The following series of statements produces incorrect results in version > 3.5.9 of sqlite: > CREATE TABLE foo(foo TEXT); > INSERT INTO foo VALUES ('a'); > INSERT INTO foo

Bug#500792: libsqlite3-0: Incorrect query results

2008-10-01 Thread Tristan Seligmann
Package: libsqlite3-0 Version: 3.5.9-3 Severity: grave Justification: causes non-serious data loss The following series of statements produces incorrect results in version 3.5.9 of sqlite: CREATE TABLE foo(foo TEXT); INSERT INTO foo VALUES ('a'); INSERT INTO foo VALUES ('b'); CREATE INDEX foo_foo