提交 27fb88aa 编写于 作者: S Santiago Pastorino

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

[#5331 state:committed]
上级 be5d1608
......@@ -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.
先完成此消息的编辑!
想要评论请 注册