You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gocql now advertises the driver name and version in the STARTUP message to the server.
The values are taken from the Go module's path and version
(or from the replacement module, if used). (#1702)
That allows the server to track which fork of the driver is being used.
Query.Values() to retrieve the values bound to the Query.
This makes writing wrappers around Query easier. (#1700)