match case of FK remote database in MySQL
authorRafael Kitover <rkitover@cpan.org>
Wed, 12 Oct 2011 14:56:30 +0000 (10:56 -0400)
committerRafael Kitover <rkitover@cpan.org>
Wed, 12 Oct 2011 14:56:30 +0000 (10:56 -0400)
commitba3e8f029d095ad9c6dc056ba053c0ef64616afe
treef538745954dfb869e36ac554dabebaa6c903809b
parent2fa86d8bd9376b6978fc964dabffbb8bff14d697
match case of FK remote database in MySQL

Matches the remote database of a cross-database foreign key in MySQL to
the case of the database in SHOW DATABASES, if it's there and the user
has permissions to run SHOW DATABASES.
lib/DBIx/Class/Schema/Loader/DBI/mysql.pm