spendright / msd

Merge SpendRight scraper data
Apache License 2.0
0 stars 1 forks source link

primary key columns can be null #37

Closed coyotemarin closed 8 years ago

coyotemarin commented 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.