-
Yuchen Pei authored
When a view has more than one field, but we run an UPDATE statement on it that involves only one field, then the sql layer may only populate the field of that Item_field, and leave the others NULL. We therefore add a check for the NULLness of the field.
bc792266