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 fc949de commit c407f8cCopy full SHA for c407f8c
src/NHibernate.Test/NHSpecificTest/GH3530/Fixture.cs
@@ -53,7 +53,7 @@ protected override void CreateSchema()
53
{
54
sb.Append($"{intType}");
55
}
56
- sb.Append($" {Dialect.GetIdentityColumnString(DbType.Int32)}");
+ sb.Append($" {Dialect.GetIdentityColumnString(DbType.Int32)}, ");
57
58
// Generate columns
59
sb.Append($"IntegerValue {stringType}, ");
0 commit comments