Closed coyotemarin closed 8 years ago
When reading in rows, msd currently makes no attempt to make sure that primary key columns are set. This means a row can be silenetly skipped by msd.target._select_by_targets(), if, for example, a brand field is set to null rather than empty string.
msd
msd.target._select_by_targets()
brand
When reading in rows,
msd
currently makes no attempt to make sure that primary key columns are set. This means a row can be silenetly skipped bymsd.target._select_by_targets()
, if, for example, abrand
field is set to null rather than empty string.