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 8b472b3 commit 6706b1cCopy full SHA for 6706b1c
slo/src/EF/SloTableContext.cs
@@ -42,7 +42,7 @@ await executeStrategy.ExecuteAsync(async () =>
42
"VALUES (@Guid, @Id, @PayloadStr, @PayloadDouble, @PayloadTimestamp)",
43
new YdbParameter
44
{
45
- DbType = DbType.String,
+ DbType = DbType.Guid,
46
ParameterName = "Guid",
47
Value = sloTable.Guid
48
},
0 commit comments