This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author izarf
Recipients izarf
Date 2009-05-13.10:35:04
SpamBayes Score 2.0692356e-05
Marked as misclassified No
Message-id <1242210908.7.0.745434418713.issue6010@psf.upfronthosting.co.za>
In-reply-to
Content
it is impossible to retrieve a latin-1 encoded string from sqlite3 database.

How to:
1. create a new db.
2. create a new table with text field.
3. insert a row with data like "åäö"

4. select all rows from table
5. write:
     for data in cursor1:
           var = data

you will now get an error explaining something like ascii couldn't decode
History
Date User Action Args
2009-05-13 10:35:09izarfsetrecipients: + izarf
2009-05-13 10:35:08izarfsetmessageid: <1242210908.7.0.745434418713.issue6010@psf.upfronthosting.co.za>
2009-05-13 10:35:06izarflinkissue6010 messages
2009-05-13 10:35:05izarfcreate