mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-20 02:55:00 -05:00
delete increment immediately
This commit is contained in:
+1
-2
@@ -277,8 +277,7 @@ public class IntraDatabaseEntityGraph extends RemoteEntityGraph {
|
||||
}
|
||||
readMarkedEntities(table, orderByPK);
|
||||
session.executeUpdate(
|
||||
"Update " + SQLDialect.dmlTableReference(ENTITY, session, executionContext) + " " +
|
||||
"Set birthday=-1 " +
|
||||
"Delete from " + SQLDialect.dmlTableReference(ENTITY, session, executionContext) + " " +
|
||||
"Where birthday=0 and r_entitygraph=" + graphID + " " +
|
||||
"and type=" + typeName(table) + "");
|
||||
if (rc != incSize) {
|
||||
|
||||
Reference in New Issue
Block a user