Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89504 - sqlite 3.2.1 data corruption bug (fixed upstream but no new release yet)
Summary: sqlite 3.2.1 data corruption bug (fixed upstream but no new release yet)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Tal Peer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 03:35 UTC by Andy Lutomirski
Modified: 2005-04-24 03:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Lutomirski 2005-04-18 03:35:39 UTC
Ticket here:
http://www.sqlite.org/cvstrac/tktview?tn=1212

Patch here:
http://www.sqlite.org/cvstrac/chngview?cn=2445

Quote from DRH to the mailing list:

On Fri, 2005-04-15 at 10:53 +0100, Richard Boulton wrote:

>>> > I'm running the latest sqlite 3.2.1 command line tool on Windows
>>> > XP
>
>> 
>> I've just run some older versions of the command line tool and the last time
>> the value 281474976710655 was stored correctly was 3.0.8 I was missing a
>> couple of releases after 3.0.8 but saw the unexpected behaviour start in
>> 3.1.2. Maybe it was introduced in 3.1?
>> 


The bug was introduced by check-in [2246] on 2005-Jan-20 just prior
to 3.1.0.  Any integer between 140737488355328 and 281474976710655
is stored incorrectly.  I'll put in a patch sometime today.

[and in a later message]
I do not have a schedule for the release of the next version
of SQLite.

Please stick the patch into portage.

(Marked critical because it causes data loss.)

Reproducible: Always
Steps to Reproduce:
Comment 1 Anders Rune Jensen (RETIRED) gentoo-dev 2005-04-24 03:27:37 UTC
Thanks! Fixed in cvs (3.2.1-r2).