Make sure MigrationManagers always get Unicode names.
authorBrett Smith <brettcsmith@brettcsmith.org>
Wed, 4 Jul 2012 14:54:44 +0000 (10:54 -0400)
committerBrett Smith <brettcsmith@brettcsmith.org>
Wed, 4 Jul 2012 14:54:44 +0000 (10:54 -0400)
commita00ac32045a7a03d91e0e64ee8470f0bd6f383d8
tree8e0033d6439617bfb942139eec80211a14b8a3fc
parentf2e3a6a01c2a8c63064152fd92d58b4903222d18
Make sure MigrationManagers always get Unicode names.

If we fail to do this, SQLAlchemy complains that we're binding a
non-Unicode value to a Unicode column.
mediagoblin/gmg_commands/dbupdate.py
mediagoblin/tests/test_sql_migrations.py