-
Notifications
You must be signed in to change notification settings - Fork 373
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: add PG.OID type #13127
feat: add PG.OID type #13127
Conversation
Allows for using PG.OID type in parameterized queries and reading them from result sets.
/gcbrun |
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.
Drive by: You will need to tell the build scripts about the new oid.h
header.
google_cloud_cpp_spanner # cmake-format: sort |
and
google_cloud_cpp_spanner_hdrs = [ |
google/cloud/spanner/integration_tests/data_types_integration_test.cc
Outdated
Show resolved
Hide resolved
google/cloud/spanner/integration_tests/data_types_integration_test.cc
Outdated
Show resolved
Hide resolved
/gcbrun |
google/cloud/spanner/integration_tests/data_types_integration_test.cc
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #13127 +/- ##
=======================================
Coverage 92.99% 93.00%
=======================================
Files 2137 2138 +1
Lines 185877 185950 +73
=======================================
+ Hits 172865 172934 +69
- Misses 13012 13016 +4 ☔ View full report in Codecov by Sentry. |
/gcbrun |
google/cloud/spanner/integration_tests/data_types_integration_test.cc
Outdated
Show resolved
Hide resolved
/gcbrun |
/gcbrun |
/gcbrun |
/gcbrun |
Allows for using PG.OID type in parameterized queries and reading them from result sets.
This change is