Skip to content

Commit

Permalink
Merge "Support unicode in the keystone database."
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 27, 2012
2 parents 746cd92 + cdac09e commit 9075d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -4,6 +4,7 @@ Akira YOSHIYAMA <akirayoshiyama@gmail.com>
Alan Pevec <apevec@redhat.com>
Alex Silva <alex.silva@M1BPAGY.(none)>
Alvaro Lopez Garcia <aloga@ifca.unican.es>
Andrew Bogott <abogott@wikimedia.org>
Andy Smith <github@anarkystic.com>
Anne Gentle <anne.gentle@rackspace.com>
annegentle <anne@openstack.org>
Expand Down
1 change: 1 addition & 0 deletions keystone/common/sql/core.py
Expand Up @@ -105,6 +105,7 @@ def get_engine(self):

engine_args = {'pool_recycle': CONF.sql.idle_timeout,
'echo': False,
'convert_unicode': True
}

if 'sqlite' in connection_dict.drivername:
Expand Down

0 comments on commit 9075d25

Please sign in to comment.