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 implementation of ToKind and TryFromValue for prost_types::Timestamp #279

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

AmeliasCode
Copy link
Contributor

@AmeliasCode AmeliasCode commented Jun 18, 2024

This change adds an implementation of ToKind and TryFromValue for prost_types::Timestamp. This will make it easier to use spanner_derive in conjunction with prost. Currently proto messages with timestamp fields can't derive Table because Timestamp doesn't implement ToKind or TryFromValue.

@yoshidan yoshidan added the safe to test safe to test label Jun 18, 2024
@yoshidan yoshidan merged commit 2ebe2cc into yoshidan:main Jun 21, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test safe to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants