提交 511c5ec8 编写于 作者: D Darren Woodley

fixes enable_extension bug in postgresql_adapter

The use of quotations is required to install extensions with certain
characters in them (e.g. uuid-ossp).

removes CHANGELOG entry

Deemed unnecessary.
上级 e3c56ad9
......@@ -594,7 +594,7 @@ def supports_ranges?
end
def enable_extension(name)
exec_query("CREATE EXTENSION IF NOT EXISTS #{name}").tap {
exec_query("CREATE EXTENSION IF NOT EXISTS \"#{name}\"").tap {
reload_type_map
}
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册