mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1705 - SpiTransactionProxy depth(int diff) ... does not pass on depth to underlying transaction
This commit is contained in:
@@ -325,7 +325,7 @@ public abstract class SpiTransactionProxy implements SpiTransaction {
|
||||
|
||||
@Override
|
||||
public void depth(int diff) {
|
||||
transaction.depth();
|
||||
transaction.depth(diff);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user