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 db02618 commit 0f848eeCopy full SHA for 0f848ee
transaction.js
@@ -41,7 +41,6 @@ class Transaction_AuroraDataMySQL extends Transaction { // eslint-disable-line c
41
...conn.parameters,
42
transactionId: conn.transactions[conn.__knexTxId]
43
};
44
-
45
delete params.database;
46
47
const command = new CommitTransactionCommand(params);
@@ -70,7 +69,6 @@ class Transaction_AuroraDataMySQL extends Transaction { // eslint-disable-line c
70
69
71
72
73
74
75
76
const command = new RollbackTransactionCommand(params);
0 commit comments