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 045328f commit c0c32f7Copy full SHA for c0c32f7
src/Ydb.Sdk/src/Ado/YdbDataReader.cs
@@ -97,6 +97,7 @@ public override byte GetByte(int ordinal) =>
97
public byte[] GetBytes(int ordinal)
98
{
99
var type = UnwrapColumnType(ordinal);
100
+
101
return type.TypeId switch
102
103
Type.Types.PrimitiveTypeId.String => CurrentRow[ordinal].GetBytes(),
0 commit comments