Force correct namespace when using TransactionManager

[fixes #26441]
上级 47db952b
......@@ -245,7 +245,7 @@ def transaction_open?
end
def reset_transaction #:nodoc:
@transaction_manager = TransactionManager.new(self)
@transaction_manager = ConnectionAdapters::TransactionManager.new(self)
end
# Register a record with the current transaction so that its after_commit and after_rollback callbacks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册