Marshal, unmarshal. For many cql types
unmarshaling data that have smaller len than cql type
, do not return an error.
#252
Labels
Currently the functions for Unmarshaling many
cql types
, do not return an error, then the data has a smaller length than thecql type
.Type list:
TypeSmallInt
,TypeInt
,TypeBigInt
,TypeCounter
,TypeDouble
,TypeFloat
,TypeInet
,TypeTime
.Test code:
Output:
The text was updated successfully, but these errors were encountered: