Skip to content

Commit

Permalink
Revert "let the result of mysql queries be unicode..." wrongly attrib…
Browse files Browse the repository at this point in the history
…uted to Jonas Galvez

This reverts commit ab630bc.
  • Loading branch information
anandology committed Nov 27, 2008
1 parent ab630bc commit ae3ac64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/db.py
Expand Up @@ -878,8 +878,6 @@ def __init__(self, **keywords):
if 'pw' in keywords:
keywords['passwd'] = keywords['pw']
del keywords['pw']
if 'charset' not in keywords:
keywords['charset'] = 'utf8'
self.paramstyle = db.paramstyle = 'pyformat' # it's both, like psycopg
self.dbname = "mysql"
self.supports_multiple_insert = True
Expand Down

0 comments on commit ae3ac64

Please sign in to comment.