提交 48c7ad17 编写于 作者: S Santiago Pastorino 提交者: Xavier Noria

This method is actually not used, it's implemented on the concrete adapters

[#5331 state:committed]
上级 22b9bbc8
......@@ -57,14 +57,6 @@ def select_all(*args)
end
end
def columns(*)
if @query_cache_enabled
@query_cache["SHOW FIELDS FROM #{args.first}"] ||= super
else
super
end
end
private
def cache_sql(sql)
result =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册