Skip to content

Commit 70d5358

Browse files
authored
Mark DB2Dialect as not supporting null columns in unique constraint (#2548)
1 parent 638a7b5 commit 70d5358

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NHibernate/Dialect/DB2Dialect.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ public override string ForUpdateString
297297

298298
#region Overridden informational metadata
299299

300+
public override bool SupportsNullInUnique => false;
301+
300302
public override bool SupportsEmptyInList => false;
301303

302304
public override bool SupportsResultSetPositionQueryMethodsOnForwardOnlyCursor => false;

0 commit comments

Comments
 (0)