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

feat(scylla): upgrade Scylla driver and add UDT support #37

Merged
merged 2 commits into from
Aug 11, 2024
Merged

Conversation

Daniel-Boll
Copy link
Owner

This commit upgrades the Scylla driver to version 0.13.1 and adds support for User Defined Types (UDTs). The QueryParameter struct has been updated to handle UDTs and the QueryResult struct now parses UDTs correctly. The execute, query, and batch methods in ScyllaSession have been updated to handle parameters of UDTs.

The Uuid struct has been updated to be cloneable and copyable.

Signed-off-by: Daniel Boll [email protected]

This commit upgrades the Scylla driver to version 0.13.1 and adds support for User Defined Types (UDTs). The `QueryParameter` struct has been updated to handle UDTs and the `QueryResult` struct now parses UDTs correctly. The `execute`, `query`, and `batch` methods in `ScyllaSession` have been updated to handle parameters of UDTs.

The `Uuid` struct has been updated to be cloneable and copyable.

Signed-off-by: Daniel Boll <[email protected]>
@Daniel-Boll Daniel-Boll self-assigned this Aug 11, 2024
@Daniel-Boll Daniel-Boll linked an issue Aug 11, 2024 that may be closed by this pull request
@Daniel-Boll Daniel-Boll merged commit 662352e into main Aug 11, 2024
4 checks passed
@Daniel-Boll Daniel-Boll deleted the feat/udt branch August 11, 2024 00:56
Daniel-Boll pushed a commit that referenced this pull request Nov 9, 2024
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.

feature: add user defined types
1 participant