Skip to content

Commit

Permalink
Generate async files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 15, 2024
1 parent ceea91f commit 6bb6539
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/NHibernate.Test/Async/NHSpecificTest/GH3530/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ protected override void CreateSchema()
sb.Append($"DecimalValue {stringType}");

// Add the primary key contraint for the identity column
if (Dialect.GenerateTablePrimaryKeyConstraintForIdentityColumn)
{
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
}
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
sb.Append(")");

using (var cn = Sfi.ConnectionProvider.GetConnection())
Expand Down

0 comments on commit 6bb6539

Please sign in to comment.