Added / enhanced test case

This commit is contained in:
Roland Praml
2021-08-11 09:32:21 +02:00
parent 1a2aba3f56
commit 2d24020202
2 changed files with 15 additions and 15 deletions
@@ -150,7 +150,7 @@ public final class SqlTreeBuilder {
if (rawSql) {
return "Not Used";
}
if (query.getType() ==Type.SQ_EXISTS) {
if (query.getType() == Type.SQ_EXISTS) {
// effective query is "where exists (select 1 from ...)"
return "1";
}