-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot specify Xandra query options #47
Comments
Ah yes you caught it right away. I likely won't have time to fix this in Exandra until the weekend, any chance you want to give a PR a try? 👼 |
noaccOS
added a commit
to noaccOS/exandra
that referenced
this issue
Feb 14, 2024
noaccOS
added a commit
to noaccOS/exandra
that referenced
this issue
Feb 15, 2024
noaccOS
added a commit
to noaccOS/exandra
that referenced
this issue
Feb 15, 2024
With this the :timeout option is also available to xandra functions instead of being dropped. Fixes vinniefranco#47
noaccOS
added a commit
to noaccOS/exandra
that referenced
this issue
Feb 15, 2024
With this the :timeout option is also available to xandra functions instead of being dropped. Fixes vinniefranco#47
whatyouhide
added a commit
that referenced
this issue
Feb 15, 2024
Fixes #47. With this, the ":timeout" option is also available to Xandra functions instead of being dropped. Co-authored-by: Andrea Leopardi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Xandra query options (eg
:uuid_format
) no longer work, crashing with** (NimbleOptions.ValidationError) unknown options [:uuid_format], valid options are: [:compressor, :force, :tracing, :custom_payload, :telemetry_metadata, :timeout]
.I believe this is because the same options are passed to Xandra.prepare and Xandra.execute, and with whatyouhide/xandra@f9c34be Xandra.prepare does no longer validate valid prepare options only.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Valid options are passed to Xandra.execute
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: