tristaZero commented on issue #8913: URL: https://github.com/apache/shardingsphere/issues/8913#issuecomment-756532127
Hi community, ### Tasks Are you interested in digging into `ShardingRouteEngineFactory` to verify whether ShardingProxy can run the following SQLs well? ```SQL SHOW STATUS; SELECT @@session.transaction_read_only; ``` ### How - Start ShardingProxy with a sharding rule example - Execute the SQLs above one at a time - Check whether they can work well - If not, please provide an exception log here, and we could consider fixing them. (My speculation is there is incorrect handling in `ShardingRouteEngineFactory`, so please give a breakpoint there if you want to do debugging.) Thanks for your interaction and waiting for your any comments. :) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
