#1189 - ExpressionList.isNull and SoftDelete

This commit is contained in:
rob bygrave
2017-11-01 21:48:23 +13:00
parent 0dbba7a211
commit c0ec87d4cd
@@ -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 =");
}
}