Marshal, unmarshal. For many cql types
unmarshaling data that have bigger len than cql type
, do not return an error.
#246
Labels
Currently the functions for Unmarshaling many
cql types
, do not return an error, then the data has a longer length than the cql type.Type list:
TypeBoolean
,TypeTinyInt
,TypeSmallInt
,TypeInt
,TypeBigInt
,TypeCounter
,TypeDouble
,TypeFloat
,TypeInet
,TypeTime
,TypeDate
,TypeTimestamp
,TypeVarint
,TypeDuration
.Testcode:
Output:
The text was updated successfully, but these errors were encountered: