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 efc15dc commit 8b472b3Copy full SHA for 8b472b3
slo/src/EF/SloTableContext.cs
@@ -44,7 +44,7 @@ await executeStrategy.ExecuteAsync(async () =>
44
{
45
DbType = DbType.String,
46
ParameterName = "Guid",
47
- Value = sloTable.Guid.ToString()
+ Value = sloTable.Guid
48
},
49
new YdbParameter
50
0 commit comments