FlyingZC commented on issue #22026: URL: https://github.com/apache/shardingsphere/issues/22026#issuecomment-1309866890
1. I don't know if XA is used, even if the transaction is not explicitly opened, the JDBC driver of sql pg/og will open the transaction implicitly by itself (openGauss needs to investigate the logic in the JDBC driver ) @MrCong233 . 2. If the current connection is already in the transaction, execute `setAutocommit(false)` to open the transaction.pg/og will not execute the open transaction operation again. -- 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]
