Skip to content
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

fix ch7 translation #330

Merged
merged 1 commit into from
Sep 24, 2023
Merged

fix ch7 translation #330

merged 1 commit into from
Sep 24, 2023

Conversation

Lyianu
Copy link
Contributor

@Lyianu Lyianu commented Sep 24, 2023

第七章Weak Isolation Levels - no dirty writes第二段的翻译与原意稍有出入

  • 原文:

However, what happens if the earlier write is part of a transaction that has not yet
committed, so the later write overwrites an uncommitted value?

  • 原翻译:

但是,如果先前的写入是尚未提交事务的一部分,又会发生什么情况,后面的写入会覆盖一个尚未提交的值?

这样翻译似乎更好:

但是,如果先前的写入是尚未提交事务的一部分,使得后面的写入覆盖了一个尚未提交的值,这时会发生什么呢?

@yingang yingang merged commit 19ee588 into Vonng:master Sep 24, 2023
@yingang
Copy link
Collaborator

yingang commented Sep 24, 2023

谢谢!同意更新后更准确了~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants