aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/validator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/validator.cxx')
-rw-r--r--odb/relational/validator.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/odb/relational/validator.cxx b/odb/relational/validator.cxx
index 6c3a6fd..33d796d 100644
--- a/odb/relational/validator.cxx
+++ b/odb/relational/validator.cxx
@@ -409,17 +409,9 @@ namespace relational
break;
}
- if (optimistic (c))
- {
- error (l) << "bulk operations on optimistic objects are not "
- "supported" << endl;
- valid_ = false;
- break;
- }
-
bool update (true);
- // If we have a change-updated section, then we cannot generate
+ // Unless we only have manually-updated sections, we cannot generate
// the bulk update operation.
//
user_sections& uss (c.get<user_sections> ("user-sections"));