提交 98d2421e 编写于 作者: A a3gis

Fixes #16265

上级 7e20b944
......@@ -250,7 +250,7 @@ def resolve_symbol_connection(spec)
# Connection details inside of the "url" key win any merge conflicts
def resolve_hash_connection(spec)
if spec["url"] && spec["url"] !~ /^jdbc:/
connection_hash = resolve_string_connection(spec.delete("url"))
connection_hash = resolve_url_connection(spec.delete("url"))
spec.merge!(connection_hash)
end
spec
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册