lib/rbbt/tsv/attach.rb in rbbt-util-5.14.25 vs lib/rbbt/tsv/attach.rb in rbbt-util-5.14.26
- old
+ new
@@ -198,13 +198,13 @@
case
when key_field == other.key_field
Log.debug "Attachment with same key: #{other.key_field}"
attach_same_key other, fields
when (not in_namespace and self.fields.include?(other.key_field))
- Log.debug "Found other's key field: #{other.key_field}"
+ Log.debug "Found other key field: #{other.key_field}"
attach_source_key other, other.key_field, :fields => fields, :one2one => one2one
when (in_namespace and self.fields_in_namespace.include?(other.key_field))
- Log.debug "Found other's key field in #{in_namespace}: #{other.key_field}"
+ Log.debug "Found other key field in #{in_namespace}: #{other.key_field}"
attach_source_key other, other.key_field, :fields => fields, :one2one => one2one
else
index = TSV.find_traversal(self, other, options)
raise FieldNotFoundError, "Cannot traverse identifiers" if index.nil?
Log.debug "Attachment with index: #{other.key_field}"