rebus-org / Rebus.MySql

:bus: MySQL integration for Rebus
https://mookid.dk/category/rebus
Other
7 stars 6 forks source link

Back ported by port of SQL Server version to MySqlConnector to use the Oracle connector #13

Closed kendallb closed 3 years ago

kendallb commented 3 years ago

This now a full SQL Server drop in replacement with all features. We use MySqlConnector ourselves, but having an Oracle connector version is important for those still using it. I did it as a merge from my other tree, so any changes from one can be tracked and ported into the other to keep them up to date.

Who does the release builds of these to NuGet?


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 3 years ago

Excellent work! 😅

I've pushed it as Rebus.MySql 3.0.0-b1

(including a fix in MySqlTimeoutManager that used DateTimeOffset, which does not seem to be supported)