issues
search
scylladb
/
gocql
Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
190
stars
59
forks
source link
Fix `double` marshal, unmarshall functions
#314
Closed
illia-li
closed
3 weeks ago
illia-li
commented
1 month ago
Changes:
On unmarshall data which length different from 0 or 8 was
no error
before, now return an error.
Optimized marshal, unmarshall functions.
Changes:
no error
before, now return an error.