QueryTree icon indicating copy to clipboard operation
QueryTree copied to clipboard

MySql - "No Tables Found" fix - utf8mb3 support

Open Recodify opened this issue 3 years ago • 0 comments

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

Recodify avatar Oct 04 '22 05:10 Recodify