File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " knex-aurora-data-api-mysql" ,
3
- "version" : " 2.0.5 " ,
3
+ "version" : " 2.0.6 " ,
4
4
"description" : " Knex.js driver for MySQL AWS Aurora Data API" ,
5
5
"homepage" : " https://github.com/txase/knex-aurora-data-api-mysql" ,
6
6
"repository" : " txase/knex-aurora-data-api-mysql" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Transaction_AuroraDataMySQL extends Transaction { // eslint-disable-line c
16
16
/* istanbul ignore next */
17
17
if ( conn . parameters . transactionId ) {
18
18
throw new Error (
19
- `Attempted to begin a new transaction for connection with existing transaction ${ conn . transactionId } `
19
+ `Attempted to begin a new transaction for connection with existing transaction ${ conn . parameters . transactionId } `
20
20
) ;
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments