Marshal, unmarshal. cql types
: tinyint
, smallint
, int
can not be marshaled into go big.Int
#244
Labels
cql types
: tinyint
, smallint
, int
can not be marshaled into go big.Int
#244
Currently Unmarshaling functions for the gocql types:
TypeTinyInt
,TypeSmallInt
,TypeInt
supportgo big.Int
, but Marshaling functions is not.Test code
Output:
The text was updated successfully, but these errors were encountered: