Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug with Scylla protocol #346

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Conversation

whatyouhide
Copy link
Owner

Whoopsie dooopsie.

@@ -384,7 +384,7 @@ defmodule Xandra.Connection do
connect_timeout: Keyword.fetch!(options, :connect_timeout),
connection_name: Keyword.get(options, :name),
cluster_pid: Keyword.get(options, :cluster_pid),
protocol_version: Keyword.get(options, :protocol_version),
protocol_version: data.protocol_version || Keyword.get(options, :protocol_version),
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix

@whatyouhide whatyouhide merged commit 67f54b0 into main Oct 20, 2023
6 checks passed
@whatyouhide whatyouhide deleted the al/fix-bug-with-scylla-protocol branch October 20, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant