Skip to content

Commit 32b75e4

Browse files
committed
Fix for SqlServerCe
1 parent 4b7e29b commit 32b75e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/NHibernate.Test/NHSpecificTest/GH3215/FixtureByCode.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ protected override HbmMapping GetMappings()
2626
});
2727
return mapper.CompileMappingForAllExplicitlyAddedEntities();
2828
}
29-
29+
30+
protected override bool AppliesTo(Dialect.Dialect dialect)
31+
{
32+
return TestDialect.SupportsCountDistinct;
33+
}
34+
3035
protected override void Configure(Configuration configuration)
3136
{
3237
base.Configure(configuration);

0 commit comments

Comments
 (0)