We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65bc60 commit a6224e9Copy full SHA for a6224e9
transaction.js
@@ -16,7 +16,7 @@ class Transaction_AuroraDataMySQL extends Transaction { // eslint-disable-line c
16
/* istanbul ignore next */
17
if (conn.parameters.transactionId) {
18
throw new Error(
19
- `Attempted to begin a new transaction for connection with existing transaction ${conn.transactionId}`
+ `Attempted to begin a new transaction for connection with existing transaction ${conn.parameters.transactionId}`
20
);
21
}
22
0 commit comments