feat(civil): implement database/sql.Scanner|Valuer (#1145)#11808
feat(civil): implement database/sql.Scanner|Valuer (#1145)#11808gcf-merge-on-green[bot] merged 5 commits intogoogleapis:mainfrom
Conversation
c4f8372 to
238e974
Compare
|
@derekperkins Thanks for opening this PR. I'm trying to direct it to engineers directly involved with database products. Greetings from SLC, UT btw. |
|
cc @rahul2393 |
Thanks, you too! You should come to the monthly meetup some time, we usually have ~20-30 people https://www.meetup.com/utahgophers/ |
|
Thanks for the link! Just joined utahgophers/ using my personal acct. |
|
@derekperkins Looks like your PR got approval! 🎉 Please click "Update branch" and I'll restart the CI, then merge when green. |
|
@derekperkins Oops, sorry but it looks like I need to approve this too. So, that means a harder look and I saw your question about testing. Are you able to run |
|
@shollyman PTAL:
|
674b912 to
0219daf
Compare
|
@quartzmo I went ahead and added some tests. They call the functions directly, vs routing through database/sql, but that seems sufficient for here. |
0219daf to
b4b1493
Compare
b4b1493 to
74ade3c
Compare
shollyman
left a comment
There was a problem hiding this comment.
Sorry for the delay getting to this, LGTM.
🤖 I have created a release *beep* *boop* --- ## [0.120.0](https://togithub.com/googleapis/google-cloud-go/compare/v0.119.0...v0.120.0) (2025-03-20) ### Features * **civil:** Implement database/sql.Scanner|Valuer ([#1145](https://togithub.com/googleapis/google-cloud-go/issues/1145)) ([#11808](https://togithub.com/googleapis/google-cloud-go/issues/11808)) ([cbe4419](https://togithub.com/googleapis/google-cloud-go/commit/cbe4419c17f677c05f3f52c2080861adce705db4)) ### Bug Fixes * **third_party/pkgsite:** Increase comment size limit ([#11877](https://togithub.com/googleapis/google-cloud-go/issues/11877)) ([587b5cc](https://togithub.com/googleapis/google-cloud-go/commit/587b5ccc684ad99cb9eeba897304b7143564d423)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Fixes #1145. I wasn't sure how to test these in the context of this repo.
Questions: