yx9o opened a new issue #11581: URL: https://github.com/apache/shardingsphere/issues/11581
Hi, I found the following database type values such as: `"H2", "MySQL", "PostgreSQL", "Oracle", "SQLServer", "SQL92"` There are hard-coded strings in a large number of classes (test Except for classes). Although these values will not be changed or incorrectly written, I still think it is better to use enumerations to replace strings, which is easier to manage and maintain. Welcome to leave a comment and discuss. Code screenshot:    -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
