We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5481f2a commit e209156Copy full SHA for e209156
src/NHibernate.Test/NHSpecificTest/NH3641/TestFixture.cs
@@ -33,7 +33,7 @@ protected override void OnTearDown()
33
34
private static void DeleteAll<T>(ISession session)
35
{
36
- session.CreateQuery("delete from " + typeof(T).Name + " where ChildInterface is null").ExecuteUpdate();
+ session.CreateQuery("delete from " + typeof(T).Name + " where ChildInterface is not null").ExecuteUpdate();
37
session.CreateQuery("delete from " + typeof(T).Name).ExecuteUpdate();
38
}
39
0 commit comments