-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(spanner): Added Samples for Postgres Dialect #1614
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): Added Samples for Postgres Dialect #1614
Conversation
|
Here is the summary of changes. You are about to add 16 region tags.
This comment is generated by snippet-bot.
|
|
This should be merged after googleapis/google-cloud-php#5165 is merged and released. |
bshaffer
left a comment
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.
These look great but, shouldn't the files and functions be without "spanner", since we are already in the spanner namespace it is a bit redundant, and it will also be more consistent with the region tags (e.g. pg_spanner_add_column => pg_add_column)
Hey @bshaffer I actually followed the go PR for the sample names. But I see the point as these things should make sense for our repo too. Do you want me to remove the |
|
@saranshdhingra I'd be happy with just removing spanner from the filename and function name. This will be most like our other samples also! |
bshaffer
left a comment
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.
Minor nits, otherwise LGTM
No description provided.