提交 6f7078a7 编写于 作者: T Tim Stone

Added trailing space to JOIN prefix to prevent JOIN<table> error in RawSql

上级 76b930a4
......@@ -571,7 +571,7 @@ public SqlBuilder AddParameters(dynamic parameters)
public SqlBuilder Join(string sql, dynamic parameters = null)
{
AddClause("join", sql, parameters, joiner: "\nJOIN ", prefix: "\nJOIN", postfix: "\n");
AddClause("join", sql, parameters, joiner: "\nJOIN ", prefix: "\nJOIN ", postfix: "\n");
return this;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册