soulasuna commented on a change in pull request #15795:
URL: https://github.com/apache/shardingsphere/pull/15795#discussion_r819448658
##########
File path:
shardingsphere-test/shardingsphere-parser-test/src/main/resources/sql/supported/dal/set.xml
##########
@@ -37,6 +37,6 @@
<sql-case id="set_parameter_equal_number_with_signal" value="SET
extra_float_digits = -10.5" db-types="PostgreSQL,openGauss" />
<sql-case id="set_names" value="SET NAMES 'utf8' COLLATE
'utf8_general_ci'" db-types="MySQL" />
<sql-case id="set_resource_group" value="SET RESOURCE GROUP rg"
db-types="MySQL"/>
- <sql-case id="set_charset" value="SET NAMES 'UTF8'"
db-types="MySQL,PostgreSQL" />
+ <sql-case id="set_charset" value="SET NAMES 'UTF8'" db-types="PostgreSQL"
/>
Review comment:
MySQL was covered by `<sql-case id="set_names"...`.
--
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]