mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Added / enhanced test case
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user