We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b900f6c commit 5fb7905Copy full SHA for 5fb7905
packages/spanner/src/database.js
@@ -787,7 +787,9 @@ 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.
+ * 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}
0 commit comments