We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e65bc60 + 5ca0001 commit bd2fe3dCopy full SHA for bd2fe3d
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "knex-aurora-data-api-mysql",
3
- "version": "2.0.5",
+ "version": "2.0.6",
4
"description": "Knex.js driver for MySQL AWS Aurora Data API",
5
"homepage": "https://github.com/txase/knex-aurora-data-api-mysql",
6
"repository": "txase/knex-aurora-data-api-mysql",
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