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

Update ENG docs #51

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ENG-08-2-DataBase-Transaction.md
riimuru authored Oct 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1cb656045a29ab3432d82eb4b0d4ea215b128635
2 changes: 1 addition & 1 deletion ENG-08-2-DataBase-Transaction.md
Original file line number Diff line number Diff line change
@@ -81,4 +81,4 @@ For the simplest example, suppose there is a task table from which the user sele

In this case, select for update is used to avoid concurrent modifications. The update statement is completed in the result callback of the select statement. The outermost braces are used to limit the scope of the transPtr so that it can be destroyed in time after the execution of sql to end the transaction.

# 08.3 [ORM](ENG-08-3-DataBase-ORM)
# 08.3 [ORM](ENG-08-3-DataBase-ORM.md)