yougecn commented on issue #6612:
URL: 
https://github.com/apache/incubator-seata/issues/6612#issuecomment-4181934222

   表名大小写这个问题今天找到了根本原因:是mysql 
url参数中的useOldAliasMetadataBehavior=true这个参数引起的,为true时 返回 SQL 语句中出现的表名/别名(即 SQL 
中怎么写就返回什么);不加这个参数或者是false时返回数据库中实际的原始表名。
   Today we identified the root cause of the table name case sensitivity issue: 
it was caused by the MySQL URL parameter useOldAliasMetadataBehavior=true. When 
set to true, it returns the table names/aliases exactly as they appear in the 
SQL statement (i.e., returns whatever is written in the SQL). When this 
parameter is omitted or set to false, it returns the actual original table 
names stored in the database.


-- 
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]

Reply via email to