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

Add serialize and deserialize support for DateTime<Utc> and secret #619

Merged
merged 5 commits into from
Jan 5, 2023

Conversation

siningma
Copy link
Contributor

@siningma siningma commented Jan 4, 2023

Implement FromCqlVal and Value for DateTime and secrecy::Secret.

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I added appropriate Fixes: annotations to PR description.

@piodul
Copy link
Collaborator

piodul commented Jan 5, 2023

It looks like we have some flakiness in tests runs with Cassandra... Failures don't seem to be related to the changes introduced here, so it's not a blocker for the PR. I re-ran the CI job and it is green now.

Created an issue about the failures: #620

@piodul piodul merged commit 9609a48 into scylladb:main Jan 5, 2023
@siningma siningma deleted the cql_to_rust_types branch January 5, 2023 18:50
wprzytula pushed a commit to wprzytula/scylla-rust-driver that referenced this pull request Jan 17, 2023
…cylladb#619)

Implement FromCqlVal and Value for DateTime and secrecy::Secret.
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.

2 participants