You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClickHouseDataReader has read methods for all integers except sbyte. sbyte read still works with (sbyte)GetValue(ordinal), but for consistency it makes sense to add it.
The text was updated successfully, but these errors were encountered:
BTW, having typed method also helps to get rid of unnecessary boxing, but current ClickHouseDataReader Get* methods implementation uses GetValue internally
ClickHouseDataReader
has read methods for all integers exceptsbyte
.sbyte
read still works with(sbyte)GetValue(ordinal)
, but for consistency it makes sense to add it.The text was updated successfully, but these errors were encountered: