method
add_lock!
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SQLiteAdapter
add_lock!(sql, options)public
SELECT … FOR UPDATE is redundant since the table is locked.
add_lock!(sql, options)SELECT … FOR UPDATE is redundant since the table is locked.