rebus-org / Rebus.MySql

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

Removed redundant saga naming strategies ported from SQL Server version. #15

Closed kendallb closed 3 years ago

kendallb commented 3 years ago

MySQL does not have the index size issues that SQL Server has, so we can easily have an index for 255 characters for the saga type name, and no need to support sha512 hashing for this.


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

Great 🙂 it's out in Rebus.MySql 3.0.0-b3