Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Tags: MichaelS11/go-cql-driver

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding go.{mod,sum} (#4) Adding go module support, relates to #3.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add support for ssl options (#2) * add support for ssl options * use strconv.ParseBool * set clusterConfig.SslOpts in each case instead * expand on tests * fix extraneous TrimSpace and missing QueryUnescape on value * reorg tests for TestConfigStringToClusterConfig * only QueryUnescape username, password, certPath, keyPath, and caPath * add SslOptions to ClusterConfigToConfigString * fix missing QueryEscape on username and password