File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " knex-aurora-data-api-mysql" ,
3- "version" : " 2.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "description" : " Knex.js driver for MySQL AWS Aurora Data API" ,
55 "homepage" : " https://github.com/txase/knex-aurora-data-api-mysql" ,
66 "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
1616 /* istanbul ignore next */
1717 if ( conn . parameters . transactionId ) {
1818 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 } `
2020 ) ;
2121 }
2222
You can’t perform that action at this time.
0 commit comments