-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support transaction isolation on JDBC #629
Comments
通过jdbc可以获取事务隔离级别么,如果可以,可以试试sharding jdbc能否取到? |
druid数据源和jdbc都是可以的,我们尝试修改了数据库的全局事务隔离级别,在druid或jdbc上都能正确反映出来。 |
ok, this is a enhancement. we will do it on next release. |
fixed at 3.0.0.M1 |
version: 2.0.3
发现在sharding-jdbc拿到的连接 取到的事务隔离级别都是 1
但我们的mysql的事务隔离级别是4(REPEATABLE_READ)
那这种情况在与spring集成时是否得明确指定事务隔离级别,否则是没办法取到mysql设置的隔离级别的?
The text was updated successfully, but these errors were encountered: