-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
nodejs-docs-samples/spanner/crud.js
Line 49 in eaad9af
| function insertData (instanceId, databaseId) { |
Currently the way sample is written it first applies mutations to singers table and then to albums table. Similar sample for other languages apply all the mutations in a single transaction. I am not sure if there is some convenient method in Node.js client to do this short of starting a proper transaction.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.