shallow1729

Results 1 issues of shallow1729

From Rails 6, `ActiveRecord::Base.transaction` does not execute `BEGIN;` and it is executed at the first query of the transaction instead. https://github.com/rails/rails/pull/32647 it seems that this change cause the process order...