提交 e86dc0b6 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 c93bf7a6
......@@ -67,9 +67,8 @@ public class Operation extends Expression {
String sql;
switch (opType) {
case NEGATE:
// don't remove the space, otherwise it might end up some thing line
// --1 which is a remark
// TODO need to () everything correctly, but avoiding double (())
// don't remove the space, otherwise it might end up some thing like
// --1 which is a line remark
sql = "- " + left.getSQL();
break;
case CONCAT:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论