#432 - Delete using Query does not commit

This commit is contained in:
Robin Bygrave
2015-10-22 13:29:21 +13:00
parent 0351eab3a7
commit f3102ba02c
8 changed files with 35 additions and 29 deletions
@@ -59,11 +59,6 @@ public class ScopedTransaction implements SpiTransaction {
}
}
@Override
public void endQueryOnly() {
transaction.endQueryOnly();
}
@Override
public String getLogPrefix() {
return transaction.getLogPrefix();