We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6006fd8 commit 623d302Copy full SHA for 623d302
packages/spanner/src/database.js
@@ -787,6 +787,10 @@ Database.prototype.runStream = function(query, options) {
787
* atomically at a single logical point in time across columns, rows, and tables
788
* in a database.
789
*
790
+ * Note that Cloud Spanner does not support nested transactions. If a new
791
+ * transaction is started inside of the run function, it will be an independent
792
+ * transaction.
793
+ *
794
* The callback you provide to this function will become the "run function". It
795
* will be executed with either an error or a {module:spanner/transaction}
796
* object. The Transaction object will let you run queries and queue mutations
0 commit comments