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 356ed1b commit a2de48dCopy full SHA for a2de48d
src/NHibernate.Test/NHSpecificTest/GH3530/Fixture.cs
@@ -70,7 +70,7 @@ private void CreateTable(string name)
70
71
// Add the primary key contraint for the identity column
72
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
73
- sb.Append(")");
+ sb.Append(')');
74
75
using (var cn = Sfi.ConnectionProvider.GetConnection())
76
{
0 commit comments