jingshanglu opened a new pull request #13673:
URL: https://github.com/apache/shardingsphere/pull/13673


   
   
   Fixes #13550 .
   
   Changes proposed in this pull request:
   - Get the `connectionTransaction` according to the `TransActiontype` in the 
annotation, throw an exception if you can't get it, and get 
`connectionTransaction` by config file.
   - change `privite ConnectionTransaction(final String schemaName, final 
TransactionType transactionType, final TransactionContexts transactionContexts) 
` to `public ConnectionTransaction(final String schemaName, final 
TransactionType transactionType, final TransactionContexts transactionContexts) 
{`
   
   
   Test
   
   - [x] MANUAL
   - [ ] UT
   - [ ] 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to