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 5fb17e0 commit 0167b1dCopy full SHA for 0167b1d
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