lat9 / dbio

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

Import, correct handling of nullable fields #183

Closed lat9 closed 3 years ago

lat9 commented 3 years ago

Currently, if a numeric field-type has a default of NULL there is no way to force that value back to its default. In addition, an export with those null-defaulted fields provides an empty string for the field-value, causing an error when the export is re-imported.