Skip to content
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

Add Cloud Spanner DML/PDML samples. #366

Merged
merged 6 commits into from
Oct 10, 2018
Merged

Add Cloud Spanner DML/PDML samples. #366

merged 6 commits into from
Oct 10, 2018

Conversation

jsimonweb
Copy link
Contributor

Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion)

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@ghost ghost assigned jsimonweb Oct 9, 2018
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 9, 2018
samples/dml.js Show resolved Hide resolved
samples/dml.js Outdated
VALUES (11, 'Timothy', 'Campbell')`,
})
// Queries rows from the Singers table
.run({sql: `SELECT FirstName, LastName FROM Singers`})

This comment was marked as spam.

samples/dml.js Show resolved Hide resolved
@ghost ghost assigned crwilcox Oct 10, 2018
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 10, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 10, 2018
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 10, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 10, 2018
@crwilcox crwilcox dismissed callmehiphop’s stale review October 10, 2018 05:23

One comment addressed. The other matches existing patterns. We can discuss a broader change to using promiseAll separate from this.

@crwilcox crwilcox merged commit c1fbbb9 into master Oct 10, 2018
@jmdobry jmdobry deleted the spanner-dml branch October 16, 2018 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants