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 a2cf98c commit f1661ebCopy full SHA for f1661eb
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