We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
想问下,如果一个业务操作需要事务,涉及到A,B,C三个表。这三个表的修改都只在同一个分片shard_0中。此时,如何处理事务呢?是否可以用DalTransactional注解?
The text was updated successfully, but these errors were encountered:
只要是同一个数据库上的操作都可以包在事务里。你可以用DalCommand或者注解
Sorry, something went wrong.
No branches or pull requests
想问下,如果一个业务操作需要事务,涉及到A,B,C三个表。这三个表的修改都只在同一个分片shard_0中。此时,如何处理事务呢?是否可以用DalTransactional注解?
The text was updated successfully, but these errors were encountered: