SpectralKylin opened a new issue, #6241:
URL: https://github.com/apache/incubator-seata/issues/6241
### Ⅰ. Issue Description
similar table names cause "Not support the table has the same column name
with different case yet".
such as:bill_test、bill_test_data_0.
### Ⅱ. Describe what happened
io.seata.rm.datasource.sql.struct.cache.MysqlTableMetaCache#resultSetMetaToSchema
line 117:ResultSet rsColumns = dbmd.getColumns(catalogName, schemaName,
tableName, "%")
```
Caused by: io.seata.common.exception.NotSupportYetException: Not support the
table has the same column name with different case yet
at
io.seata.rm.datasource.sql.struct.cache.MysqlTableMetaCache.resultSetMetaToSchema(MysqlTableMetaCache.java:142)
~[seata-all-1.5.2.jar:1.5.2]
at
io.seata.rm.datasource.sql.struct.cache.MysqlTableMetaCache.fetchSchema(MysqlTableMetaCache.java:83)
~[seata-all-1.5.2.jar:1.5.2]
... 147 common frames omitted
```
### Ⅲ. Describe what you expected to happen
### Ⅳ. How to reproduce it (as minimally and precisely as possible)
### Ⅴ. Anything else we need to know?
### Ⅵ. Environment:
- JDK 1.8
- Seata server 1.7.0
- Seata client 1.5.2
- MySQL 5.7
- shardingsphere-jdbc-core 5.3.1
- shardingsphere-transaction-base-seata-at 5.3.1
- mysql-connector-java 8.0.21
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]