hello,

using mssql2, gives me an error in sql.py, trying to connect to the database 
here:


            elif self._uri.startswith('mssql2://'):
                self._execute = lambda a: \
                    self._cursor.execute(unicode(a, 'utf8'))


TypeError: decoding Unicode is not supported

how can I solve it ?

thanks,
Stef Mientki

Reply via email to