未验证 提交 d352d81f 编写于 作者: J Jeremy Daer

Fix frozen string concatenation by indicating that it's mutable

References 89bcca59
上级 933bbb9c
......@@ -64,7 +64,7 @@ def visit_PrimaryKeyDefinition(o)
end
def visit_ForeignKeyDefinition(o)
sql = <<~SQL
sql = +<<~SQL
CONSTRAINT #{quote_column_name(o.name)}
FOREIGN KEY (#{quote_column_name(o.column)})
REFERENCES #{quote_table_name(o.to_table)} (#{quote_column_name(o.primary_key)})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册