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 31dcf03 commit 1f492f0Copy full SHA for 1f492f0
src/NHibernate.Test/NHSpecificTest/GH3530/Fixture.cs
@@ -58,7 +58,7 @@ private void CreateTable(string name)
58
59
// Generate columns
60
sb.Append($"Id {guidType}, ");
61
- sb.Append($"Value {stringType}, ");
+ sb.Append($"Value {stringType}");
62
63
// Add the primary key contraint for the identity column
64
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
0 commit comments