Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
d6f0419a
Commit
d6f0419a
authored
Dec 09, 2014
by
Nobuo Kihara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide/db-active-record.md - small fixes [ci skip]
parent
e4860610
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db-active-record.md
docs/guide/db-active-record.md
+2
-2
No files found.
docs/guide/db-active-record.md
View file @
d6f0419a
...
...
@@ -1020,9 +1020,9 @@ To use Optimistic locking:
1.
Create a column to store the version number of each row. The column type should be
`BIGINT DEFAULT 0`
.
Override the
`optimisticLock()`
method to return the name of this column.
2.
In the Web form that collects the user input, add a hidden field that stores
the lock version of the record
ing
being updated.
the lock version of the record being updated.
3.
In the controller action that does the data updating, try to catch the
[
[\yii\db\StaleObjectException
]
]
and implement necessary business logic (e.g. merging the changes, prompting sta
t
ed data)
and implement necessary business logic (e.g. merging the changes, prompting sta
l
ed data)
to resolve the conflict.
Dirty Attributes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment