You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG24955338: Fix Schema.get_tables() and Schema.get_collections() value error
The Schema.get_tables() and Schema.get_collections() raises a ValueError,
using MySQL 5.7.14.
This patch fixes this issue by adding the correct column name for recent
MySQL versions and maintaining the support for the old ones.
The current tests already detects this issue.
0 commit comments