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! It works :) -- http://mail.python.org/mailman/listinfo/python-list