lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

DbioProductsAttribsRawHandler: Ensure that download max days/count are numeric #152

Closed lat9 closed 4 years ago

lat9 commented 4 years ago

Since the products_attributes_download table might not have entries for the subject fields, make sure that the exported values are numeric 0 on an export.

On an import, if the table's attributes_download_filename field is empty, the associated record from the table will now be removed.

lat9 commented 4 years ago

Using this issue also to correct the handling (or mishandling) of the products_attributes_download table's (optional) records.