提交 7615bd7f 编写于 作者: A Aaron Patterson

using the connection pool while visiting

上级 03724fb1
......@@ -15,7 +15,7 @@ def to_dot
end
def to_sql
visitor.accept @head
@visitor.accept @head
end
def initialize_copy other
......
......@@ -9,8 +9,10 @@ def initialize engine
end
def accept object
@connection = @engine.connection
visit object
@engine.connection_pool.with_connection do |conn|
@connection = conn
visit object
end
end
private
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册