We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/spanner/google/cloud/spanner/streamed.py#L300
The dict doesn't cover type_pb2.TIMESTAMP and type_pb2.DATE, the fix is actually easy because both type is passed in string_value.
type_pb2.TIMESTAMP
type_pb2.DATE
The text was updated successfully, but these errors were encountered:
Thanks for filing this. This indeed looks like a bug. @tseaver @lukesneeringer please take a look.
Sorry, something went wrong.
Merge dates and timestamps properly.
e1506e0
Fixes googleapis#3981 Fixes googleapis#3998 Closes googleapis#4009
Merge dates and timestamps properly. (#4015)
1b9edf9
Fixes #3981 Fixes #3998 Closes #4009
tseaver
No branches or pull requests
https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/spanner/google/cloud/spanner/streamed.py#L300
The dict doesn't cover
type_pb2.TIMESTAMP
andtype_pb2.DATE
, the fix is actually easy because both type is passed in string_value.The text was updated successfully, but these errors were encountered: