BradRuderman / pyhs2

MIT License
208 stars 107 forks source link

Convert str values to unicode in fetchone #63

Open mkmoisen opened 8 years ago

mkmoisen commented 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