mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1189 - ExpressionList.isNull and SoftDelete
This commit is contained in:
@@ -107,7 +107,7 @@ public class TestSoftDeleteTop extends BaseTestCase {
|
||||
|
||||
query.findList();
|
||||
|
||||
assertThat(sqlOf(query)).contains("where not exists (select 1 from esoft_del_mid x where x.top_id = t0.id and x.deleted =)");
|
||||
assertThat(sqlOf(query)).contains("where not exists (select 1 from esoft_del_mid x where x.top_id = t0.id and x.deleted =");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user