Re: sqlite fetchall breacking because decoding.

2008-01-09 Thread Fredrik Lundh
tyoc wrote: >> well, the database *is* corrupt, since sqlite3 (both the engine and the >> Python binding) expects you to use a supported encoding for the data >> stored in the database: >> >> http://www.sqlite.org/datatype3.html >> http://docs.python.org/lib/node346.html > > Still like

Re: sqlite fetchall breacking because decoding.

2008-01-09 Thread tyoc
> well, the database *is* corrupt, since sqlite3 (both the engine and the > Python binding) expects you to use a supported encoding for the data > stored in the database: > > http://www.sqlite.org/datatype3.html > http://docs.python.org/lib/node346.html Still like I said before, I have i

Re: sqlite fetchall breacking because decoding.

2008-01-09 Thread Fredrik Lundh
tyoc wrote: > The database is not corrupt, I mean Im sure if I do a C program for > read and print the row, it will get it and just printit and not fail > like this well, the database *is* corrupt, since sqlite3 (both the engine and the Python binding) expects you to use a supported encoding for