Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql" | Melanie | 2010-06-19 | 1 | -7/+0 |
| | | | | | | Didn't do what it said on the package! This reverts commit 8643db3ef0c4dca709d85fc37240a18fd9049520. | ||||
* | This is a HACK! Downright nasty. For some reason, the devs of the mysql | Melanie | 2010-06-19 | 1 | -0/+7 |
| | | | | | connector have decided that their vision of timeouts is the only valid one. This uses reflection to show them the finger. Please test. | ||||
* | Revert "Set command timeout to infinity on migrations" | Melanie | 2010-06-17 | 1 | -1/+0 |
| | | | | This reverts commit 51d30fd34a950e0cd71d61ce0666a6d1e90bf233. | ||||
* | Set command timeout to infinity on migrations | Melanie | 2010-06-17 | 1 | -0/+1 |
| | |||||
* | Clean up output a bit | Melanie | 2010-05-19 | 1 | -5/+1 |
| | |||||
* | Revert "Allow migration steps to fail again without bringing down the house" | Melanie | 2010-05-19 | 1 | -1/+1 |
| | | | | This reverts commit 167db502593de5f535d8c322005c63ef263940ed. | ||||
* | Allow migration steps to fail again without bringing down the house | Melanie | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Make m_log in migrations private. Define new m_log in derived class | Melanie | 2010-05-18 | 1 | -0/+2 |
| | |||||
* | Added MySqlMigrations.cs (supports stored proc/funcs) | AlexRa | 2010-05-16 | 1 | -0/+85 |
Uses MySqlScript class to correctly run proc/func definitions that need delimiter change. Requires MySql.Data.dll 6.2 or later. |