Skip to content

Commit 6bb6539

Browse files
Generate async files
1 parent ceea91f commit 6bb6539

File tree

1 file changed

+1
-4
lines changed
  • src/NHibernate.Test/Async/NHSpecificTest/GH3530

1 file changed

+1
-4
lines changed

src/NHibernate.Test/Async/NHSpecificTest/GH3530/Fixture.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ protected override void CreateSchema()
6868
sb.Append($"DecimalValue {stringType}");
6969

7070
// Add the primary key contraint for the identity column
71-
if (Dialect.GenerateTablePrimaryKeyConstraintForIdentityColumn)
72-
{
73-
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
74-
}
71+
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
7572
sb.Append(")");
7673

7774
using (var cn = Sfi.ConnectionProvider.GetConnection())

0 commit comments

Comments
 (0)