Skip to content

Commit c0c32f7

Browse files
Update YdbDataReader.cs
1 parent 045328f commit c0c32f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ydb.Sdk/src/Ado/YdbDataReader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public override byte GetByte(int ordinal) =>
9797
public byte[] GetBytes(int ordinal)
9898
{
9999
var type = UnwrapColumnType(ordinal);
100+
100101
return type.TypeId switch
101102
{
102103
Type.Types.PrimitiveTypeId.String => CurrentRow[ordinal].GetBytes(),

0 commit comments

Comments
 (0)