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
178 stars 56 forks source link

Have marshal/unmarshal tests #237

Open dkropachev opened 4 weeks ago

dkropachev commented 4 weeks ago

We have plenty of bugs when marshal/unmarshal logic does not cover some of the cases.

Let's have a test suite that goes over all possible variation of values to marshal/unmarshal for all the types.

illia-li commented 3 weeks ago

Check please #238