Added option to use connection string from App.config#7
Added option to use connection string from App.config#7attilaszasz wants to merge 1 commit intobretcope:masterfrom
Conversation
… first connection string.
|
Sorry, I blanked on this. I'll try to remember to look tonight. |
|
I took a look, but unfortunately I think I'm not going to accept this as-is. The main reason is that I don't like the I'd be more willing to accept the ability to point Mayflower at a config file, which I think has more use cases anyway. I also don't like the behavior where the CLI defaults to migrating whatever the first connection is in .config if you don't explicitly tell it to do anything else. If you don't tell the CLI to do anything, it shouldn't do anything. There are some other minor reasons for not accepting as well:
If you like the setup that you've created, I would encourage you to keep using it, even though I'm not accepting it. There's probably won't be any more substantial updates to this version of Mayflower. I've been off and on working on a completely redesigned Mayflower (in the redesign branch). I might not even call it Mayflower since it's going to be so different. However, it's super low priority for me at the moment. Bottom line, use whatever works for you. |
Added option to use connection string from App.config with default to first connection string.