Open mkmoisen opened 8 years ago
In Python2.7, fetchone() returns a row containing string, not unicode, values. This causes an error in my Flask application's templating system. I'm not sure if this would be better handled in the downstream library
In Python2.7, fetchone() returns a row containing string, not unicode, values. This causes an error in my Flask application's templating system. I'm not sure if this would be better handled in the downstream library