We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceea91f commit 6bb6539Copy full SHA for 6bb6539
src/NHibernate.Test/Async/NHSpecificTest/GH3530/Fixture.cs
@@ -68,10 +68,7 @@ protected override void CreateSchema()
68
sb.Append($"DecimalValue {stringType}");
69
70
// Add the primary key contraint for the identity column
71
- if (Dialect.GenerateTablePrimaryKeyConstraintForIdentityColumn)
72
- {
73
- sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
74
- }
+ sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
75
sb.Append(")");
76
77
using (var cn = Sfi.ConnectionProvider.GetConnection())
0 commit comments