Carsten Haese wrote:
> On Wed, 2007-09-05 at 16:40 +0100, Filipe Sousa wrote:
>
> Try setting
>
> conn.text_factory = str
>
> where conn is the name of your sqlite3 connection object. See
> http://docs.python.org/lib/sqlite3-Connection-Objects.html for more
> information.
>
> HTH,
>
Thanks!
I
On Wed, 2007-09-05 at 16:40 +0100, Filipe Sousa wrote:
> Hi
>
> I'm trying to use sqlite with python 2.5 but I have this problem:
>
> Traceback (most recent call last):
>File "converter.py", line 13, in
> c_old.execute('select id_aluno, nome from aluno')
> sqlite3.OperationalError: Coul