Issue Description

When I try to select a database, I'm getting a list of 'undefined'.
The issue is occurring in MySQLCommonInterface.ts , where the properties defined in the interface MySqlColumn are in uppercase, while the corresponding data in the response is in lowercase. Due to case sensitivity, retrieving the property is returning 'undefined'
Environment Information
- Operating System: Windows10
- Version of MySQL: 5.7
Issue Description
When I try to select a database, I'm getting a list of 'undefined'.
The issue is occurring in MySQLCommonInterface.ts , where the properties defined in the interface
MySqlColumnare in uppercase, while the corresponding data in the response is in lowercase. Due to case sensitivity, retrieving the property is returning 'undefined'Environment Information