feat: Add snippets for Spanner DML with returning clause#811
Conversation
|
Here is the summary of changes. You are about to add 6 region tags.
This comment is generated by snippet-bot.
|
dc788d3 to
cad4412
Compare
1ed48cc to
223833e
Compare
223833e to
f552381
Compare
|
@rajatbhatta could you merge this for me when you have a chance? I don't think I have access to do so myself |
|
Looks like some presubmits are still running after last push, we will take a look later again |
|
@c2nes: I’ve enabled auto-merge on the PR. PR should automatically get merged once the kokoro tests pass. |
f552381 to
5244ffe
Compare
|
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
Samples are provided for INSERT, DELETE, and UPDATE in both GoogleSQL and PostgreSQL dialects. To provide a more compelling example for the INSERT case, a generated column has been added in the "create_database" example so that the generated value can be returned in the INSERT examples.
5244ffe to
a407038
Compare
Samples are provided for INSERT, DELETE, and UPDATE in both GoogleSQL and PostgreSQL dialects. To provide a more compelling example for the INSERT case, a generated column has been added in the "create_database" example so that the generated value can be returned in the INSERT examples.