Skip to content

Convert str values to unicode in fetchone#63

Open
mkmoisen wants to merge 1 commit intoBradRuderman:masterfrom
mkmoisen:patch-2
Open

Convert str values to unicode in fetchone#63
mkmoisen wants to merge 1 commit intoBradRuderman:masterfrom
mkmoisen:patch-2

Conversation

@mkmoisen
Copy link
Copy Markdown

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant