simple-xair opened a new issue, #1038: URL: https://github.com/apache/incubator-seata-go/issues/1038
### ✅ 验证清单 - [x] 🔍 我已经搜索过 [现有 Issues](https://github.com/apache/incubator-seata-go/issues),确信这不是重复请求 - [x] 📋 我已经查看了 [发布说明](https://github.com/apache/incubator-seata-go/releases),确信此功能尚未实现 - [x] 🛠️ 我愿意自己处理这个议题 ### 🎯 功能描述 Added QueryContext to support querying local database values in AT mode. Adjusted the transaction commit timing for SELECT FOR UPDATE to ensure data is read before transaction commit. ### 📋 使用场景 Currently, in AT mode, executing SELECT … FOR UPDATE cannot retrieve values from the local database. ### ⚖️ 复杂性与风险评估 Risk: Adjusting the transaction commit timing may affect existing logic that relies on the previous transaction order. ### 🔗 外部依赖 _No response_ ### 📚 附加信息 _No response_ -- 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]
