-
Notifications
You must be signed in to change notification settings - Fork 438
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(Spanner): float 32 support #7080
feat(Spanner): float 32 support #7080
Conversation
modified: src/Database.php modified: src/ValueMapper.php modified: tests/System/PgQueryTest.php modified: tests/System/PgWriteTest.php modified: tests/System/QueryTest.php modified: tests/System/WriteTest.php modified: tests/Unit/ValueMapperTest.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. The changes mostly LGTM. I've requested a few tests to be added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The feature is merged into PROD, and tests are passing, so going ahead with the merge.
|
keyFilePath
andserviceAddress
inSpannerTestCase
andSpannerPgTestCase
to staging env,span-cloud-testing
go/cloud-spanner-float32
BREAKING_CHANGE_REASON="ValueMapper::allowedTypes has been marked @internal"