cherrylzhao commented on issue #6913: URL: https://github.com/apache/shardingsphere/issues/6913#issuecomment-678626051
ShardingSphere don't care about the status of underlying datasource pool, `<mvn.dbcp.defaultAutoCommit>false</mvn.dbcp.defaultAutoCommit>` will not effective. I think you can get the connection from jdbcTemplate, then do the transaction control manually like that ``` connection.setAutoCommit(false) .... connection.commit() ``` ---------------------------------------------------------------- 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]
