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
您的原文是:“不可重复读**(Nonrepeatable Read):在同一个事务中,某查询操作在一个时间读取某一行数据和之后一个时间读取该行数据,发现数据已经发生修改(可能被更新或删除了);”
不可重复读应该是侧重于更新,没有删除 幻读侧重于插入、删除 希望求证后更改!
The text was updated successfully, but these errors were encountered:
看起来是的,我改一下。感谢!
Sorry, something went wrong.
No branches or pull requests
您的原文是:“不可重复读**(Nonrepeatable Read):在同一个事务中,某查询操作在一个时间读取某一行数据和之后一个时间读取该行数据,发现数据已经发生修改(可能被更新或删除了);”
不可重复读应该是侧重于更新,没有删除
幻读侧重于插入、删除
希望求证后更改!
The text was updated successfully, but these errors were encountered: