mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Separated full stop from the Optimistic_concurrency_control wiki link d4e3f8ba826cd42aa3c242149
This commit is contained in:
parent
c95911023c
commit
962925bffd
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ module ActiveRecord
|
|||
# can catch it and restart the transaction (e.g. by telling the user
|
||||
# that the title already exists, and asking him to re-enter the title).
|
||||
# This technique is also known as optimistic concurrency control:
|
||||
# http://en.wikipedia.org/wiki/Optimistic_concurrency_control.
|
||||
# http://en.wikipedia.org/wiki/Optimistic_concurrency_control .
|
||||
#
|
||||
# The bundled ActiveRecord::ConnectionAdapters distinguish unique index
|
||||
# constraint errors from other types of database errors by throwing an
|
||||
|
|
Loading…
Reference in a new issue