mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Don't parse DB specific locking docs as code
[ci skip]
This commit is contained in:
parent
6504d51a78
commit
4a96c7404f
1 changed files with 6 additions and 2 deletions
|
@ -53,8 +53,12 @@ module ActiveRecord
|
|||
# end
|
||||
#
|
||||
# Database-specific information on row locking:
|
||||
# MySQL: https://dev.mysql.com/doc/refman/en/innodb-locking-reads.html
|
||||
# PostgreSQL: https://www.postgresql.org/docs/current/interactive/sql-select.html#SQL-FOR-UPDATE-SHARE
|
||||
#
|
||||
# [MySQL]
|
||||
# https://dev.mysql.com/doc/refman/en/innodb-locking-reads.html
|
||||
#
|
||||
# [PostgreSQL]
|
||||
# https://www.postgresql.org/docs/current/interactive/sql-select.html#SQL-FOR-UPDATE-SHARE
|
||||
module Pessimistic
|
||||
# Obtain a row lock on this record. Reloads the record to obtain the requested
|
||||
# lock. Pass an SQL locking clause to append the end of the SELECT statement
|
||||
|
|
Loading…
Reference in a new issue