We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057e700 commit 41f0861Copy full SHA for 41f0861
lib/rails_ops/operation/model/load.rb
@@ -116,7 +116,7 @@ def shared_lock_statement
116
adapter_type = ActiveRecord::Base.connection.adapter_name.downcase.to_sym
117
118
case adapter_type
119
- when :mysql, :mysql2, :oracleenhanced
+ when :mysql, :mysql2, :oracleenhanced, :trilogy
120
return 'LOCK IN SHARE MODE'
121
when :postgresql
122
return 'FOR SHARE'
0 commit comments