提交 c791e2d0 编写于 作者: K Ken Collins

Allow the connection pool's #table_exists? method to give the connections...

Allow the connection pool's #table_exists? method to give the connections #table_exists? method a chance.
上级 8eb2b519
......@@ -119,6 +119,7 @@ def table_exists?(name)
with_connection do |conn|
conn.tables.each { |table| @tables[table] = true }
@tables[name] = true if !@tables.key?(name) && conn.table_exists?(name)
end
@tables.key? name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册