Subject: | using UNIVERSAL::can to detect columns is inaccurate |
update_from_form calls $them->can to detect whether the table class has a given column - this breaks when your form has fields with names that exist as genuine methods in the class. The appropriate function for this purpose appears to be $them->find_column.