rebus-org / Rebus.MySql

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

Fixing MySQL show tables. #6

Closed renemadsen closed 5 years ago

renemadsen commented 5 years ago

The old code would return all tables for the entire database server. This code will only return all tables for the current database, which the connection is related to.

All tests are passing.


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.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

mookid8000 commented 5 years ago

Thanks 👍 it's on NuGet.org as Rebus.MySql 1.1.1 now 🙂