Skip to content
Snippets Groups Projects

F refactor retrieve/insert properties

Merged Timm Fitschen requested to merge f-refactor-retrieve-properties into dev
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -93,10 +93,6 @@ public class DatabaseUtils {
&& !p.isDatatypeOverride()
&& (!p.hasProperties() || hasUniquePropertyId(p, e))
&& !(p.getDatatype() instanceof AbstractCollectionDatatype)) {
// this property can be represented without any replacement. We explicitly
// setReplacement(null) because there is a corner case (related to the inheritance of
// properties) where there is a replacement present which belongs to the parent entity, see
// https://gitlab.com/caosdb/caosdb-server/-/issues/216.
stage1Inserts.add(p);
} else {
Replacement r = new Replacement(p);
Loading