badmfck-api-server 2.2.5 → 2.2.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -190,6 +190,8 @@ class MysqlService extends BaseService_1.BaseService {
|
|
190
190
|
trx.conn.removeAllListeners();
|
191
191
|
await trx.conn.rollback();
|
192
192
|
trx.conn.release();
|
193
|
+
this.transactions = this.transactions.filter(i => i.id !== data.tid);
|
194
|
+
this.storeTransactionAsProblem(trx, err.message);
|
193
195
|
}
|
194
196
|
catch (e) {
|
195
197
|
rollbackError = this.createMysqlQueryError(e);
|