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

--no commit message

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