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 638a7b5 commit 70d5358Copy full SHA for 70d5358
src/NHibernate/Dialect/DB2Dialect.cs
@@ -297,6 +297,8 @@ public override string ForUpdateString
297
298
#region Overridden informational metadata
299
300
+ public override bool SupportsNullInUnique => false;
301
+
302
public override bool SupportsEmptyInList => false;
303
304
public override bool SupportsResultSetPositionQueryMethodsOnForwardOnlyCursor => false;
0 commit comments