Bug 463061 - sqlite-3.5.9-1.fc9 messes up strings
Summary: sqlite-3.5.9-1.fc9 messes up strings
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: sqlite
Version: 9
Hardware: i386
OS: Linux
medium
urgent
Target Milestone: ---
Assignee: Panu Matilainen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-21 09:37 UTC by Ilpo Nyyssonen
Modified: 2008-10-16 02:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-16 02:07:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Test script (1.36 KB, application/octet-stream)
2008-09-21 09:37 UTC, Ilpo Nyyssonen
no flags Details

Description Ilpo Nyyssonen 2008-09-21 09:37:09 UTC
Created attachment 317311 [details]
Test script

Description of problem:
For more complicated select query text values are not returned correctly.

Version-Release number of selected component (if applicable):
sqlite-3.5.6-2.fc9.i386 works OK
sqlite-3.5.9-1.fc9.i386 does not work


How reproducible:
Always.

Steps to Reproduce:
1. Run the attached script.
  
Actual results:
u'/first' u'2long' ERROR
u'/first' u'3longestaaa' ERROR
u'/first' u'4shorter.ext' ERROR
u'/secon' u'1.ext' ERROR
u'/second' u'2long' ERROR
u'/second' u'3longestaaa' ERROR
u'/second' u'4shorter.ext' ERROR
u'/second' u'4shorter.ext' OK


Expected results:
u'/first' u'1.ext' OK
u'/first' u'2longer.ext' OK
u'/first' u'3longestaaa.ext' OK
u'/first' u'4shorter.ext' OK
u'/second' u'1.ext' OK
u'/second' u'2longer.ext' OK
u'/second' u'3longestaaa.ext' OK
u'/second' u'4shorter.ext' OK

Comment 1 Panu Matilainen 2008-09-23 08:08:38 UTC
Verified (thanks for the nice reproducer case). It's already fixed upstream: 
http://www.sqlite.org/cvstrac/chngview?cn=5341, ticket http://www.sqlite.org/cvstrac/tktview?tn=3201

Will fix shortly, just pondering what to do about rawhide (update to slightly incompatible 3.6.2 or just patch this up) which is affected too atm.

Comment 2 Fedora Update System 2008-10-01 06:41:36 UTC
sqlite-3.5.9-2.fc9 has been pushed to the Fedora 9 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update sqlite'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8499

Comment 3 Fedora Update System 2008-10-16 02:07:00 UTC
sqlite-3.5.9-2.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.