mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-27 02:21:30 +01:00
Fixed Transaction#executeOther when using dbType
This commit is contained in:
parent
9b29edd16e
commit
7002783dac
@ -141,9 +141,11 @@ public abstract class Transaction {
|
||||
|
||||
protected void executeOther(Transaction transaction) {
|
||||
transaction.db = db;
|
||||
transaction.dbType = dbType;
|
||||
transaction.connection = this.connection;
|
||||
transaction.performOperations();
|
||||
transaction.connection = null;
|
||||
transaction.dbType = null;
|
||||
transaction.db = null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user