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 3dd56a2 commit 7e68ad0Copy full SHA for 7e68ad0
src/NHibernate.Test/Async/NHSpecificTest/GH3530/Fixture.cs
@@ -70,7 +70,7 @@ private void CreateTable(string name)
70
71
// Generate columns
72
sb.Append($"Id {guidType}, ");
73
- sb.Append($"Value {stringType}");
+ sb.Append($"DataValue {stringType}");
74
75
// Add the primary key contraint for the identity column
76
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
0 commit comments