Skip to content

Commit 6806974

Browse files
committed
SupportsNonDataBoundCondition false
1 parent ec33467 commit 6806974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate.Test/TestDialects/DB2TestDialect.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public DB2TestDialect(Dialect.Dialect dialect) : base(dialect)
66
{
77
}
88

9+
public override bool SupportsNonDataBoundCondition => false;
910
public override bool SupportsComplexExpressionInGroupBy => false;
1011
}
1112
}

0 commit comments

Comments
 (0)