QueryTree
QueryTree copied to clipboard
MySql - "No Tables Found" fix - utf8mb3 support
This fixes one instance of the "No Tables Found" issue for mysql.
The problem is that the current version of the mysql package does not support utf8mb3. This issue is then made less obvious by a lack of logging. This draft PR is addresses both of these issues by adding logging and bumping the version of MySql.Data
This is not a production ready PR, it's missing tests for a start, but thought it might be useful to someone as a reference.
https://github.com/d4software/QueryTree/issues/137