Diana F

Results 7 issues of Diana F

imapclients invalidates capabilities on login/auth/starttls as it should but login and auth often send capabilities in response, those can be used but they are cleaned too. From rfc - https://datatracker.ietf.org/doc/rfc9051/...

non-standard

Issue https://github.com/apache/cassandra-gocql-driver/issues/1154 was meant to add idempotence check in gocql RetryPolicies Issue was closed but Retry Policies still don't check if query IsIdempotent BUT documentations states that IsIdempotent affects retries...

### What version of Cassandra are you using? scylladb 5.1.19 ### What version of Gocql are you using? fork scylladb/gocql v1.12.0 ( includes v1.6.0 gocql/gocql) ### What version of Go...

### What version of Cassandra are you using? Scylla Enterprise 2024.1.8 or scylla 5.1 ### What version of Gocql are you using? github.com/gocql/gocql v1.6.0 ### What version of Go are...

Closes https://github.com/apache/cassandra-gocql-driver/issues/1808

Options DialerRetries&DialerRetryTimeout were added for pools in https://github.com/redis/go-redis/pull/3418. When options are not set they default to 5 attempts and 100ms. There is no way to set those options for ClusterClient...

bug