session and insert query builder progress

This commit is contained in:
2026-04-22 14:04:36 +02:00
parent 9b25f7f556
commit b6456356b4
5 changed files with 100 additions and 15 deletions
@@ -169,10 +169,6 @@ public:
continue;
}
if (obj.is_persistent()) {
continue;
}
// Ensure target exists as dependency (deps first)
if (obj.is_transient()) {
build_for(obj, relation_steps_);
@@ -230,10 +226,6 @@ public:
continue;
}
if (obj.is_persistent()) {
continue;
}
// Ensure target exists as dependency (deps first)
if (obj.is_transient()) {
build_for(obj, relation_steps_);