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 6350d20 commit 7a976b3Copy full SHA for 7a976b3
src/NHibernate.Test/Hql/Ast/BulkManipulation.cs
@@ -17,6 +17,12 @@ public ISession OpenNewSession()
17
return OpenSession();
18
}
19
20
+ protected override bool AppliesTo(Dialect.Dialect dialect)
21
+ {
22
+ // Some classes are mapped with table joins, which requires temporary tables for DML to work.
23
+ return Dialect.SupportsTemporaryTables;
24
+ }
25
+
26
#region Non-exists
27
28
[Test]
0 commit comments