Skip to content

Commit c407f8c

Browse files
David EllingsworthDavid Ellingsworth
authored andcommitted
GH-3530: Add missing comma and space after Id field.
1 parent fc949de commit c407f8c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected override void CreateSchema()
5353
{
5454
sb.Append($"{intType}");
5555
}
56-
sb.Append($" {Dialect.GetIdentityColumnString(DbType.Int32)}");
56+
sb.Append($" {Dialect.GetIdentityColumnString(DbType.Int32)}, ");
5757

5858
// Generate columns
5959
sb.Append($"IntegerValue {stringType}, ");

0 commit comments

Comments
 (0)