chucknorris / roundhouse

RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control
http://projectroundhouse.org
917 stars 249 forks source link

MySql DatabaseName not getting set when building connection string #313

Closed mmalik76 closed 6 years ago

mmalik76 commented 6 years ago

In MySqlDatabase build_connection_string method, the the database_name parameter is not being used when building the connection which causes an error generating the versioning tables.

mmalik76 commented 6 years ago

Submitted pull request #314 to fix issue

BiggerNoise commented 6 years ago

Appreciate the report and the fix. I'd like to get a fix in for #312 to go with 0.9.2, but if I can't manage it sooner, then I'll release this by the end of the week.