Code-Fight commented on issue #711: URL: https://github.com/apache/incubator-seata-go/issues/711#issuecomment-2923827884
>  I tried to reproduce this scenario and found that in At mode, sql is exec when creating image, it will first obtain the metadata of the table, including the table name, and then generate the lockkey based on the table name, so the case of the table name will interfere with the inconsistency of the lockkey. Fortunately, this problem has been solved by [@No-SilverBullet](https://github.com/No-SilverBullet) . The method is to uniformly convert the table name to upper case format when obtaining the table metadata. The detailed pr is here: **[#781](https://github.com/apache/incubator-seata-go/pull/781)** So I think this issue can be closed! @MinatoWu Great job! I got it. -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org